From 44447abce1b987c3e79b997db96bf8c70d7ebedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:20:17 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.44 to 2.0.34 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.44 to 2.0.34. - [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 ffe0311..17a1d63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ uvicorn==0.18.2 pydantic==1.9.1 starlette-prometheus==0.9.0 paramiko==2.11.0 -sqlalchemy==1.4.44 +sqlalchemy==2.0.34 psycopg2==2.9.3 \ No newline at end of file