From 8a2906a350364381d1f5a3babee9b9f3daa31cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:00:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20watchfiles=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 d96418b2..2623a0b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ dev = [ "flake8>=3.8.3,<6.0.0", "uvicorn[standard]>=0.23.2", "pre-commit>=3.0.4,<4.0.0", - "watchfiles>=0.16.1,<0.21.0", + "watchfiles>=0.16.1,<0.22.0", ] doc = [