From b37734ef252b3ea333db062d6bad8e2af20129bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:32:49 +0000 Subject: [PATCH] build(deps): bump sqlalchemy in /python/fastapi-postgres Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.47 to 2.0.52. - [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.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/fastapi-postgres/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fastapi-postgres/requirements.txt b/python/fastapi-postgres/requirements.txt index 1f25ad99..7f271a77 100644 --- a/python/fastapi-postgres/requirements.txt +++ b/python/fastapi-postgres/requirements.txt @@ -1,7 +1,7 @@ fastapi[all]==0.133.1 pydantic==2.12.5 psycopg2-binary==2.9.11 -SQLAlchemy==2.0.47 +SQLAlchemy==2.0.52 email-validator==2.3.0 pwdlib[bcrypt]==0.3.0 bcrypt==5.0.0