From 244ee9ca2b8bab5780cc17e7066801d1e4b77828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 22:37:49 +0000 Subject: [PATCH] fix(deps): bump sqlalchemy from 2.0.36 to 2.0.38 in /requirements Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.38. - [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-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 44aea23..e72ee1d 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,7 +1,7 @@ fastapi==0.115.5 uvicorn==0.32.0 python-multipart==0.0.17 -SQLAlchemy==2.0.36 +SQLAlchemy==2.0.38 asyncpg==0.30.0 passlib==1.7.4 pydantic-settings==2.6.1