Update psycopg2-binary from 2.7.5 to 2.7.6

This commit is contained in:
pyup-bot 2018-11-09 05:00:37 -08:00
parent ca0265324e
commit 6653d988a5

View File

@ -6,7 +6,7 @@ Sphinx==1.8.1 # https://github.com/sphinx-doc/sphinx
{%- if cookiecutter.use_docker == 'y' %} {%- if cookiecutter.use_docker == 'y' %}
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
{%- else %} {%- else %}
psycopg2-binary==2.7.5 # https://github.com/psycopg/psycopg2 psycopg2-binary==2.7.6 # https://github.com/psycopg/psycopg2
{%- endif %} {%- endif %}
# Testing # Testing