Update psycopg2 from 2.7 to 2.7.1

This commit is contained in:
pyup-bot 2017-03-13 06:07:49 -07:00
parent 8b9da7d2f7
commit 197d91d13c

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
psycopg2==2.7.1
{%- endif %}
coverage==4.3.4