From 190223cbc3856c0349fe9b75926bff76aced68fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:54:35 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy from 2.0.36 to 2.0.51 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9a20e4..8e20019 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.139.0 uvicorn[standard]==0.51.0 pydantic==2.13.4 pydantic-settings==2.14.2 -SQLAlchemy==2.0.36 +SQLAlchemy==2.0.51 alembic==1.18.5 python-dotenv==1.2.2 httpx==0.28.1 # nice to have for future tests