From 59513c0160046cf36e032280c73bcdd97132288c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:21:39 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.26 to 2.0.27 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.26 to 2.0.27. - [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 c67e181..9645ad4 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,5 +3,5 @@ Flask-Migrate==4.0.5 Flask-SQLAlchemy==3.1.1 psycopg2-binary==2.9.9 python-dotenv==1.0.1 -SQLAlchemy==2.0.26 +SQLAlchemy==2.0.27 gunicorn==21.2.0