Skip to content

Commit

Permalink
Update uvicorn requirement from <0.29.0,>=0.14.0 to >=0.14.0,<0.33.0
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.14.0...0.32.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent f89001a commit 376bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ sniffio >=1.3.0, < 2.0.0
toml >= 0.10.0
typing_extensions >= 4.5.0, < 5.0.0
ujson >= 5.8.0, < 6.0.0
uvicorn >= 0.14.0, < 0.29.0
uvicorn >= 0.14.0, < 0.33.0
websockets >= 10.4, < 13.0

0 comments on commit 376bdbe

Please sign in to comment.