aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-27 09:36:50 +0000
committerGitHub <[email protected]>2026-07-27 09:36:50 +0000
commit5ce5c2ad7256725ce995fe18beb63373c7b4a425 (patch)
treebb8c2b60c2bb151393be8635d7495aa52a31d9bd /pyproject.toml
parent5d258a14f09f16b40f9007755b07ce123b524dd8 (diff)
downloadhutch-stats-5ce5c2ad7256725ce995fe18beb63373c7b4a425.tar.gz
hutch-stats-5ce5c2ad7256725ce995fe18beb63373c7b4a425.tar.bz2
hutch-stats-5ce5c2ad7256725ce995fe18beb63373c7b4a425.zip
chore(deps): bump sqlalchemy from 2.0.49 to 2.0.51dependabot/uv/sqlalchemy-2.0.51
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.49 to 2.0.51. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5ef3358..58ef592 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
"fastapi>=0.115,<1.0",
"uvicorn[standard]>=0.30,<1.0",
"httpx>=0.27,<1.0",
- "sqlalchemy>=2.0,<3.0",
+ "sqlalchemy>=2.0.51,<3.0",
"alembic>=1.13,<2.0",
"pydantic>=2.13.4,<3.0",
"pydantic-settings>=2.3,<3.0",