Skip to content

Commit 030d42e

Browse files
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] <[email protected]>
1 parent 4096546 commit 030d42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.6.0, < 5",
30-
"watchfiles >= 0.15.0, < 1.1.0",
30+
"watchfiles >= 0.15.0, < 1.2.0",
3131
]
3232
dynamic = ["version"]
3333

0 commit comments

Comments
 (0)