Skip to content

Commit

Permalink
Update watchfiles from 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Jan 10, 2025
1 parent 9cd3d10 commit bd5cb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg
{%- endif %}
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
watchfiles==1.0.3 # https://github.com/samuelcolvin/watchfiles
watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
{%- endif %}

# Testing
Expand Down

0 comments on commit bd5cb58

Please sign in to comment.