From fbcf3d9df620c3a7041b22e9f88385d0911ea8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:45:44 +0000 Subject: [PATCH] build(deps): bump psycopg2-binary from 2.9.11 to 2.9.12 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 39709f952..2e01200cb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ dockerflow==2026.1.26 drf-yasg==1.21.11 gunicorn==23.0.0 parsepatch==0.1.3 -psycopg2-binary==2.9.11 +psycopg2-binary==2.9.12 sentry-sdk==2.52.0 setuptools==80.9.0 sqlparse==0.5.4