From 94fcf5711e7427e06365dd23988f943bd2d9c92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:52:47 +0000 Subject: [PATCH] chore(deps): bump psycopg2 from 2.9.11 to 2.9.12 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.11 to 2.9.12. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.11...2.9.12) --- updated-dependencies: - dependency-name: psycopg2 dependency-version: 2.9.12 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 0e92380..e2b43b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ moto[s3,secretsmanager,events]==5.1.22 testcontainers==4.14.2 docker==7.1.0 # psycopg2-binary==2.9.10 # Ideal for local development, but not for long-term production use -psycopg2==2.9.11 +psycopg2==2.9.12