Merge pull request #664 from pydanny/pyup-update-psycopg2-2.6.1-to-2.6.2

Update psycopg2 to 2.6.2
This commit is contained in:
Fábio C. Barrionuevo da Luz 2016-07-07 08:27:03 -03:00 committed by GitHub
commit 02df9385d7
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ django-allauth==0.25.2
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}
# Python-PostgreSQL Database Adapter
psycopg2==2.6.1
psycopg2==2.6.2
{%- 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.6.1
psycopg2==2.6.2
{%- 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.6.1
psycopg2==2.6.2
{%- endif %}
coverage==4.1