From 5a8a70e7ed5b2dd0062ad3271bbba375466c891c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:28:50 +0000 Subject: [PATCH] Bump watchfiles from 0.20.0 to 0.21.0 Bumps [watchfiles](https://github.com/samuelcolvin/watchfiles) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 79a0638..bf24464 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -3,7 +3,7 @@ Werkzeug[watchdog]==3.0.1 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 -watchfiles==0.20.0 # https://github.com/samuelcolvin/watchfiles +watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------