From b4198d6ce6fd2f336925fd8cdfa84f1a5d1c9472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:52:32 +0000 Subject: [PATCH] [Dependency] Bump sqlalchemy from 1.4.29 to 2.0.21 in /.setup/pip Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.29 to 2.0.21. - [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] --- .setup/pip/system_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.setup/pip/system_requirements.txt b/.setup/pip/system_requirements.txt index d6c34038afa..6e8fd6f41f2 100644 --- a/.setup/pip/system_requirements.txt +++ b/.setup/pip/system_requirements.txt @@ -18,7 +18,7 @@ pytz==2023.3 # Submitty-util specific. python-pam==2.0.2 ruamel.yaml==0.17.32 psycopg2-binary==2.9.7 -sqlalchemy==1.4.29 +sqlalchemy==2.0.21 pylint==2.17.2 psutil==5.9.5 python-dateutil==2.8.2