From 7c8a186ab2a6baf9388da3376e1bd758f1ada25d Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 5 Aug 2020 13:22:29 +0200 Subject: [PATCH] Update psycopg2-binary to version 2.8.5 2.8.4 is the first version providing manylinux wheels for Python 3.8 so it should make no difference if we update it to the latest version 2.8.5. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b9b104..fa8dc06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=1.11,<1.12 django-debug-toolbar==1.8 gunicorn==19.5.0 -psycopg2-binary==2.7.3.2 +psycopg2-binary==2.8.5 whitenoise==3.3.1