From ca989ac881ac050a2e576b29d53d6a8da16f087b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:09:21 +0000 Subject: [PATCH] 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/commits) --- 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 12f1750..53d2cb4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ geoip2==5.2.0 httpx==0.28.1 ldap3==2.9.1 mitreattack-python==5.4.4 -psycopg2-binary==2.9.11 +psycopg2-binary==2.9.12 pydantic-settings==2.12.0 python-dotenv==1.2.2 PyJWT[crypto]>=2.12.0