From 014708728bf5f926d192867c9c280e99212a0edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:11:47 +0000 Subject: [PATCH] Update watchfiles requirement from <0.21.0,>=0.16.1 to >=0.16.1,<0.22.0 Updates the requirements on [watchfiles](https://github.com/samuelcolvin/watchfiles) to permit the latest version. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.16.1...v0.21.0) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a513366..14ade6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ dev = [ "flake8>=5.0.4", "uvicorn[standard] >=0.19.0", "pre-commit>=2.17.0,<4.0.0", - "watchfiles>=0.16.1,<0.21.0", + "watchfiles>=0.16.1,<0.22.0", ] doc = [