Update psycopg2 to 2.7.2 (#1246)

* Update psycopg2 from 2.7.1 to 2.7.2

* Update psycopg2 from 2.7.1 to 2.7.2

* Update psycopg2 from 2.7.1 to 2.7.2
This commit is contained in:
pyup.io bot 2017-07-22 20:41:28 +02:00 committed by Shupeyko Nikita
parent aaa9800ba8
commit 34c969423f
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 # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %} {% else %}
# Python-PostgreSQL Database Adapter # Python-PostgreSQL Database Adapter
psycopg2==2.7.1 psycopg2==2.7.2
{%- endif %} {%- endif %}
# Unicode slugification # Unicode slugification

View File

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

View File

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