From 30d6c0c6f577ed5419235b91c7d859a4a1d3b95a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:19:30 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.29 to 2.0.30 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.29 to 2.0.30. - [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 3447848..ae4ea32 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.29 +SQLAlchemy==2.0.30 gunicorn==22.0.0 azure-identity==1.16.0