Update psycopg2 to 2.7.4 (#1497)

* Update psycopg2 from 2.7.3.2 to 2.7.4

* Update psycopg2 from 2.7.3.2 to 2.7.4

* Update psycopg2 from 2.7.3.2 to 2.7.4
This commit is contained in:
pyup.io bot 2018-02-08 21:46:03 +01:00 committed by Nikita Shupeyko
parent 4a81b8577d
commit 7271934268
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -6,7 +6,7 @@
# Python-PostgreSQL Database Adapter
# Assuming Windows is used locally, and *nix -- in production.
# ------------------------------------------------------------
psycopg2==2.7.3.2
psycopg2==2.7.4
{%- 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.3.2
psycopg2==2.7.4
{%- endif %}
coverage==4.5