From b723aacd895f60bc144b634f20175e57aa2520f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:59:40 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.24 to 2.0.36 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.24 to 2.0.36. - [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 c12646e..0fc8c59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==3.1.0 GeoAlchemy2==0.16.0 PyMySQL==1.1.1 PyYAML==6.0.2 -SQLAlchemy==1.4.54 +SQLAlchemy==2.0.36 # Thanks https://stackoverflow.com/a/77214086/424301 - Flask did not pin Werkzeug dep Werkzeug==3.1.3 arrow==0.15.5