From a9d7400ad3cec21e171054dd02bbfd1aa2aae6c2 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 1 Apr 2022 09:52:59 -0700 Subject: [PATCH] Update watchgod from 0.8.1 to 0.8.2 (#3664) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 2b4bb5df9..0a54f3dd0 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -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' %} -watchgod==0.8.1 # https://github.com/samuelcolvin/watchgod +watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod {%- endif %} # Testing