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"]