Skip to content

Commit 98d6b60

Browse files
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](samuelcolvin/watchfiles@v0.15.0...v1.0.0) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10a29d7 commit 98d6b60

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.5.0, < 5",
30-
"watchfiles >= 0.15.0, < 0.25.0",
30+
"watchfiles >= 0.15.0, < 1.1.0",
3131
]
3232
dynamic = ["version"]
3333

0 commit comments

Comments
 (0)