From 0fbfa6c637ae0fa532be799c68e15025129b39e8 Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Mon, 17 Nov 2025 21:28:35 +0100 Subject: [PATCH] upgrade to psycopg 3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca48dbb..2a4a0fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django==5.2.8 gunicorn==23.0.0 -psycopg2-binary==2.9.11 +psycopg[binary]==3.2.12