Merge pull request #2274 from pydanny/pyup-update-psycopg2-binary-2.8.3-to-2.8.4

Update psycopg2-binary to 2.8.4
This commit is contained in:
Fábio C. Barrionuevo da Luz 2019-10-21 12:11:40 -03:00 committed by GitHub
commit 606ca3f6d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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