From 322dfa4f65e9063d6838893fa54e12500d3b9073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lum=C3=ADr=20=27Frenzy=27=20Balhar?= Date: Fri, 20 Aug 2021 09:16:37 +0200 Subject: [PATCH] Update pyscopg2-binary to 2.8.6 for Python 3.9 wheels For testing with Python 3.9, it!d be better to use the version which provides binary wheels for 3.9. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39856618..d9485d69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django>=2.2.12,<3.0 django-debug-toolbar==2.2 gunicorn==20.0.4 -psycopg2-binary==2.8.5 +psycopg2-binary==2.8.6 pytz==2020.1 sqlparse==0.3.1 whitenoise==5.1.0