Update psycopg2 from 2.7.3 to 2.7.3.1

This commit is contained in:
pyup-bot 2017-08-26 10:13:04 -07:00
parent 3f940e52fc
commit 271929d653

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