From 93fed164dbb6a0dbec4778912acae777081182ca Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Sat, 22 Nov 2025 07:01:15 +0000 Subject: [PATCH] Update dependency psycopg to v3.2.13 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a4a0fd..b30cf38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django==5.2.8 gunicorn==23.0.0 -psycopg[binary]==3.2.12 +psycopg[binary]==3.2.13 -- 2.49.1