Merge pull request #3228 from pydanny/pyup-update-psycopg2-binary-2.8.6-to-2.9.1

Update psycopg2-binary to 2.9.1
This commit is contained in:
Fábio C. Barrionuevo da Luz 2021-06-18 21:05:42 -03:00 committed by GitHub
commit 1d0f39d118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ ipdb==0.13.7 # https://github.com/gotcha/ipdb
{%- if cookiecutter.use_docker == 'y' %}
psycopg2==2.8.6 # https://github.com/psycopg/psycopg2
{%- else %}
psycopg2-binary==2.8.6 # https://github.com/psycopg/psycopg2
psycopg2-binary==2.9.1 # https://github.com/psycopg/psycopg2
{%- endif %}
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
watchgod==0.7 # https://github.com/samuelcolvin/watchgod