diff --git a/setup.py b/setup.py index d22bd0e3..9578cbc2 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ install_requires = [ 'SQLAlchemy-Utils==0.32.14', 'requests==2.11.1', 'ndg-httpsclient==0.4.2', - 'psycopg2==2.7.1', + 'psycopg2==2.7.3', 'arrow==0.10.0', 'six==1.10.0', 'marshmallow-sqlalchemy==0.13.1',