From 3740e7eeb1485da87b38c78feee9eda7b34195fc Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 1 Dec 2020 18:14:33 +0900 Subject: [PATCH] Update psycopg2 version --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 789ec599..615bdf9e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -26,7 +26,7 @@ furl==2.0.0 gunicorn==19.9.0 lockfile==0.12.2 model-mommy==1.6.0 -psycopg2-binary==2.7.7 +psycopg2-binary==2.8.6 pyexcel==0.5.14 pyexcel-xlsx==0.5.7 python-dateutil==2.7.3