From da705f1b7706587a9239673b60bc4da6a05acdb8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Jul 2019 01:34:24 +0530 Subject: [PATCH] Pin psycopg2 to latest version 2.8.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a81bea2..840ca26b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ https://github.com/hasgeek/baseframe/zipball/master SQLAlchemy SQLAlchemy-Utils Flask-SQLAlchemy -psycopg2 +psycopg2==2.8.3 https://github.com/hasgeek/flask-lastuser/zipball/master https://github.com/jace/flask-alembic/archive/master.zip boto