Update psycopg2 to 2.7.3 (#1247)

* Update psycopg2 from 2.7.2 to 2.7.3

* Update psycopg2 from 2.7.2 to 2.7.3

* Update psycopg2 from 2.7.2 to 2.7.3
This commit is contained in:
pyup.io bot 2017-07-26 09:20:21 +02:00 committed by Jannis Gebauer
parent 30a6151647
commit 60e57117d6
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ django-allauth==0.32.0
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}
# Python-PostgreSQL Database Adapter
psycopg2==2.7.2
psycopg2==2.7.3
{%- endif %}
# Unicode slugification

View File

@ -6,7 +6,7 @@
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in prod
# ------------------------------------------------
psycopg2==2.7.2
psycopg2==2.7.3
{%- endif %}
# WSGI Handler

View File

@ -4,7 +4,7 @@
{% if cookiecutter.windows == 'y' -%}
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in test/prod
psycopg2==2.7.2
psycopg2==2.7.3
{%- endif %}
coverage==4.4.1