From 38c12290fe20405cff7cf958255201cc4f6600fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 06:08:32 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.30 to 2.0.39 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.30 to 2.0.39. - [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 1dee1d3..f74291f 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.39 gunicorn==23.0.0 azure-identity==1.17.1