Update psycopg2 from 2.7.1 to 2.7.2

This commit is contained in:
pyup-bot 2017-07-22 10:41:57 -07:00
parent 88a1d5fd0e
commit b7e027fa6f

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.1
psycopg2==2.7.2
{%- endif %}
coverage==4.4.1