From 200cb606915af1c984345da6ee70720b416543da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:20:51 +0000 Subject: [PATCH] chore(deps): bump psycopg-binary from 3.2.5 to 3.2.12 Bumps [psycopg-binary](https://github.com/psycopg/psycopg) from 3.2.5 to 3.2.12. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.5...3.2.12) --- updated-dependencies: - dependency-name: psycopg-binary 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 781e9f9..0c3c08f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==5.1.6 psycopg==3.2.5 -psycopg-binary==3.2.5 +psycopg-binary==3.2.12 django-redis==5.4.0 django-cleanup==9.0.0 django-alive==2.0.0