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 e0fa2f1 commit 0147087
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 @@ -98,7 +98,7 @@ dev = [
"flake8>=5.0.4",
"uvicorn[standard] >=0.19.0",
"pre-commit>=2.17.0,<4.0.0",
"watchfiles>=0.16.1,<0.21.0",
"watchfiles>=0.16.1,<0.22.0",
]

doc = [
Expand Down

0 comments on commit 0147087

Please sign in to comment.