From bf459f89cf9ceafae592ac5ec991035685c69e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:05:03 +0000 Subject: [PATCH] Update psycopg[binary] requirement from ~=3.2.12 to ~=3.2.13 Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.12...3.2.13) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.2.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 6c46e8b..9fb4e2d 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,6 +1,6 @@ Django~=5.1.1 daphne~=4.2.1 -psycopg[binary]~=3.2.12 +psycopg[binary]~=3.2.13 python-decouple~=3.8.0 whitenoise~=6.9.0 -e git+https://github.com/bossan/openpki@0.4.0#egg=open-pki