Skip to content

Commit

Permalink
Update watchfiles requirement from <0.21.0,>=0.16.1 to >=0.16.1,<0.22.0
Browse files Browse the repository at this point in the history
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.16.1...v0.21.0)

---
updated-dependencies:
- dependency-name: watchfiles
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent c062592 commit 9f1829c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dev = [
"isort>=5.0.6,<6.0.0",
"mypy>=0.982,<2.0.0",
"pre-commit>=2.17.0,<3.0.0",
"watchfiles>=0.16.1,<0.21.0",
"watchfiles>=0.16.1,<0.22.0",
]

doc = [
Expand Down

0 comments on commit 9f1829c

Please sign in to comment.