diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-20 16:47:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-20 16:47:27 +0000 |
| commit | 64c6a3b4235a1f1e49943facfb0948608606559b (patch) | |
| tree | 7e92680aed86cb157606746b35b2e8c8bdad3abd /pyproject.toml | |
| parent | 081e09659f8e1cc4197cbe02b56e8b273708ff72 (diff) | |
| download | hutch-notify-dependabot/pip/sqlalchemy-gte-2.0.51.tar.gz hutch-notify-dependabot/pip/sqlalchemy-gte-2.0.51.tar.bz2 hutch-notify-dependabot/pip/sqlalchemy-gte-2.0.51.zip | |
Update sqlalchemy requirement from >=2.0 to >=2.0.51dependabot/pip/sqlalchemy-gte-2.0.51
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [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
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6746183..8fa26d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.12" dependencies = [ "fastapi", "uvicorn[standard]", - "sqlalchemy>=2.0", + "sqlalchemy>=2.0.51", "aiosqlite", "alembic", "httpx[http2]", |
