From 05a76c027d260dc5e0bb232ba1d78d33d7e1e4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:07:29 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.28 to 2.0.29 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.28 to 2.0.29. - [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 bc1891f..0db6bc7 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,5 +3,5 @@ Flask-Migrate==4.0.7 Flask-SQLAlchemy==3.1.1 psycopg2-binary==2.9.9 python-dotenv==1.0.1 -SQLAlchemy==2.0.28 +SQLAlchemy==2.0.29 gunicorn==21.2.0