From 6122fbe1d4b1a17ca3ba70ad35ce87da620cbad8 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Thu, 8 Dec 2022 13:28:55 +0100 Subject: [PATCH] New version of psycopg2-binary works fine with Python 3.11 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5a62576..3ec0ea87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django>=3.2.4,<4.0 django-debug-toolbar==3.2.1 gunicorn==20.1.0 -psycopg2-binary==2.9.1 +psycopg2-binary==2.9.5 pytz==2021.1 sqlparse==0.4.1 whitenoise==5.2.0