From df9b498f0054a516c3b61e72adc7a1a18fe50569 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 9 Nov 2018 19:32:37 +0530 Subject: [PATCH] Update psycopg2 from 2.7.5 to 2.7.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a90040f10..83a0b59e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ git+https://github.com/hasgeek/baseframe.git alembic==1.0.2 qrcode==6.0 rq==0.12.0 -psycopg2==2.7.5 +psycopg2==2.7.6 Flask-Migrate==2.3.0 git+https://github.com/hasgeek/Flask-FlatPages.git