Skip to content

Commit aab314d

Browse files
chore(deps): update watchfiles requirement
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@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: watchfiles dependency-version: 1.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3878ed1 commit aab314d

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
@@ -22,7 +22,7 @@ dependencies = [
2222
"networkx>=3.4.1",
2323
"wrapt<2.0.0,>=1.16.0",
2424
"pyright<2.0.0,>=1.1.372",
25-
"watchfiles<1.1.1,>=1.1.0",
25+
"watchfiles>=1.1.0,<1.1.2",
2626
"rich<14.0.0,>=13.7.1",
2727
"pydantic<3.0.0,>=2.9.2",
2828
"pydantic-settings>=2.0.0",

0 commit comments

Comments
 (0)