From 4693db36a0a427c24c66dacd16b801fdfe74cedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:24:02 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.9 to 2.9.10 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...2.9.10) --- 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 10b7f84b..33ab25df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ MarkupSafe==3.0.2 orjson==3.10.10 packaging==24.1 pluggy==1.5.0 -psycopg2==2.9.9 +psycopg2==2.9.10 psycopg2-binary==2.9.9 PyJWT==2.9.0 pytest==8.3.3