From 7223742dcb7cd61b65b4077e57fed8ee5b316bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:38:57 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.46 to 2.0.19 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.46 to 2.0.19. - [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 ad06ac0a..93c8506e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ scikit-learn==1.2.0 scipy==1.11.1 setuptools==67.7.2 simoc_abm==1.0.0 -sqlalchemy==1.4.46 +sqlalchemy==2.0.19 werkzeug==2.3.4