From 42d4dd2390878240c48354d29f6e9818e2946663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:04:45 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.23 to 2.0.32 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.23 to 2.0.32. - [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-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83b06b1..ef9551a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ mock~=3.0.1 requests-mock~=1.6.0 werkzeug==0.15.4 wtforms==2.3.3 -SQLAlchemy==1.3.23 +SQLAlchemy==2.0.32 Flask-SQLAlchemy==2.4.4