Update psycopg2 from 2.6.1 to 2.6.2

This commit is contained in:
pyup-bot 2016-07-06 19:38:03 -07:00
parent 56493d2d50
commit 5b6c3c75a5

View File

@ -36,7 +36,7 @@ django-allauth==0.25.2
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %} {% else %}
# Python-PostgreSQL Database Adapter # Python-PostgreSQL Database Adapter
psycopg2==2.6.1 psycopg2==2.6.2
{%- endif %} {%- endif %}
# Unicode slugification # Unicode slugification