Skip to content

Commit 678b53a

Browse files
Update watchfiles requirement from <1.2.0,>=0.15.0 to >=0.15.0,<1.3.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.2.0) --- updated-dependencies: - dependency-name: watchfiles dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0aaa9e commit 678b53a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)