From e04751f976e1674b3f61d0815f367c06bb291c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:50:36 +0000 Subject: [PATCH] Update sqlalchemy requirement from ~=2.0.21 to ~=2.0.22 Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da06802..566b950 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask~=3.0 Flask-Failsafe~=0.2 Flask-Migrate~=4.0.5 Flask-SQLAlchemy~=3.1.1 -SQLAlchemy~=2.0.21 +SQLAlchemy~=2.0.22 SQLAlchemy-Utc~=0.14.0 pytz~=2023.3.post1 psycopg2-binary~=2.9.7