From 6e3b3bd52f2ce95aa406e9e094e1975a6421da3f Mon Sep 17 00:00:00 2001 From: Leo Lahti Date: Sat, 22 Feb 2020 14:38:38 +0200 Subject: [PATCH] Bumped psycopg2 to 2.8.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3261db1..81d2232 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ djangorestframework-jwt==1.11.0 coverage==4.3.4 django-nose==1.4.5 nose-exclude==0.5.0 -psycopg2-binary==2.7.6.1 +psycopg2-binary==2.8.4 django-bootstrap3==11.1.0 django-tables2==1.6.1 pycodestyle==2.3.1