From 7f1ab2a7d55f1133d09884029601d89187dd7b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:11:03 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.11 to 2.9.12 in /infra/aws/db_setup Bumps [psycopg2-binary](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-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- infra/aws/db_setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/aws/db_setup/requirements.txt b/infra/aws/db_setup/requirements.txt index 4e51763..8987305 100644 --- a/infra/aws/db_setup/requirements.txt +++ b/infra/aws/db_setup/requirements.txt @@ -1,4 +1,4 @@ pymysql==1.1.2 -psycopg2-binary==2.9.11 +psycopg2-binary==2.9.12 # Required for MySQL 8+ caching_sha2_password; pin for reproducible CI (pip-audit / sam build). cryptography==46.0.6