From 0574d44d5213fb74b0bb55c318299bb9ac9eabb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 22:04:15 +0000 Subject: [PATCH] fix(deps): bump sqlalchemy from 2.0.38 to 2.0.44 in /requirements Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.38 to 2.0.44. - [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.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 81975d7..3b4c72b 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,7 +1,7 @@ fastapi==0.115.8 uvicorn==0.34.0 python-multipart==0.0.20 -SQLAlchemy==2.0.38 +SQLAlchemy==2.0.44 asyncpg==0.30.0 passlib==1.7.4 pydantic-settings==2.7.1