From 9cddec2df6c9be5a50de7febf68ada003718831a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:46:29 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.18 to 2.0.22 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.18 to 2.0.22. - [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-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91210f0..01f53da 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "tqdm==4.65.0", "pandas==2.0.3", "scikit-learn==1.3.0", - "sqlalchemy==2.0.18", + "sqlalchemy==2.0.22", ], extras_require={ "webapp": ['gunicorn==20.1.0', "flask==2.3.2", "flask-login==0.6.2"],