From 98d6b6047080e1d53bc2947b60128bab2e7f80a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:43:43 +0000 Subject: [PATCH] Update watchfiles requirement from <0.25.0,>=0.15.0 to >=0.15.0,<1.1.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.15.0...v1.0.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 9858930a..170fc03b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.5.0, < 5", - "watchfiles >= 0.15.0, < 0.25.0", + "watchfiles >= 0.15.0, < 1.1.0", ] dynamic = ["version"]