From c76c69e652479972265e596c53a86ad75909dd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:06:45 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.30 to 2.0.38 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.30 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 8e6a718..ec45529 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,6 +3,6 @@ Flask-Migrate==4.0.7 Flask-SQLAlchemy==3.1.1 psycopg2-binary==2.9.9 python-dotenv==1.0.1 -SQLAlchemy==2.0.30 +SQLAlchemy==2.0.38 gunicorn==22.0.0 azure-identity==1.17.1