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