Update watchfiles to 0.17.0 (#3869)

This commit is contained in:
pyup.io bot 2022-09-15 03:10:34 -05:00 committed by GitHub
parent 87897f22ff
commit 638bbd5f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2
psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2
{%- endif %}
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
watchfiles==0.16.1 # https://github.com/samuelcolvin/watchfiles
watchfiles==0.17.0 # https://github.com/samuelcolvin/watchfiles
{%- endif %}
# Testing