Update psycopg2 from 2.6.1 to 2.6.2

This commit is contained in:
pyup-bot 2016-07-06 19:38:04 -07:00
parent 5b6c3c75a5
commit ff483f0a5c

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