From 2ca5de27deb69250b072232f0c83a4f6b46ddd36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:22:18 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.26 to 2.0.31 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.26 to 2.0.31. - [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 a177250..9058475 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask==2.0.2 flask-cors==3.0.10 flask-babel==2.0.0 -sqlalchemy==1.4.26 +sqlalchemy==2.0.31 pyyaml==6.0 werkzeug==2.0.3 # until we get flask updated