From 2dcafa0db2867d14ca20f8b12cb68153255a53cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:05:15 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.46 to 2.0.17 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.46 to 2.0.17. - [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 24f5c672..c5bb4b80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ redis==4.5.4 scikit-learn==1.2.0 scipy==1.9.3 setuptools==67.7.2 -sqlalchemy==1.4.46 +sqlalchemy==2.0.17 werkzeug==2.3.4