Update psycopg2 from 2.7.2 to 2.7.3

This commit is contained in:
pyup-bot 2017-07-24 11:48:01 -07:00
parent 898a7925eb
commit 05ab3d83cf

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