From 3b4f10938f4e1cad74732406d5027e0518f2eb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 03:46:47 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.44 to 2.0.33 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.44 to 2.0.33. - [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..0fc5a99 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.33 psycopg2==2.9.3 \ No newline at end of file