From d1be4d467b4839ef5c4a49263bf1dc3936e233e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 03:19:40 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.3 to 2.9.10 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... 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..2b3d5ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pydantic==1.9.1 starlette-prometheus==0.9.0 paramiko==2.11.0 sqlalchemy==1.4.44 -psycopg2==2.9.3 \ No newline at end of file +psycopg2==2.9.10 \ No newline at end of file