From 31a30f22bef0a4501d309d3c1ce5ab73d5563aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:21:06 +0000 Subject: [PATCH] Bump psycopg from 3.2.11 to 3.2.12 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.11 to 3.2.12. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.11...3.2.12) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.2.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 d1864ad..c2414ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ Django==4.2.25 GitPython==3.1.45 gunicorn==23.0.0 protobuf==6.33.0 -psycopg==3.2.11 +psycopg==3.2.12 whitenoise==6.11.0 packaging==25.0