Skip to content

Commit

Permalink
⬆ Update watchfiles requirement
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 Oct 18, 2023
1 parent 8bcc08f commit 8a2906a
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 @@ -131,7 +131,7 @@ dev = [
"flake8>=3.8.3,<6.0.0",
"uvicorn[standard]>=0.23.2",
"pre-commit>=3.0.4,<4.0.0",
"watchfiles>=0.16.1,<0.21.0",
"watchfiles>=0.16.1,<0.22.0",
]

doc = [
Expand Down

0 comments on commit 8a2906a

Please sign in to comment.