From 030d42eefbcf057b4c76520303d8bc66a90bbac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 23:58:35 +0000 Subject: [PATCH] Update watchfiles requirement from <1.1.0,>=0.15.0 to >=0.15.0,<1.2.0 --- updated-dependencies: - dependency-name: watchfiles dependency-version: 1.1.0 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 4e49f98c..e0a1cd38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.6.0, < 5", - "watchfiles >= 0.15.0, < 1.1.0", + "watchfiles >= 0.15.0, < 1.2.0", ] dynamic = ["version"]