Skip to content

Commit

Permalink
Update uvicorn requirement from ~=0.23.2 to ~=0.26.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.23.2...0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent b0fc8b6 commit 92f6ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fastAPI
fastapi~=0.104.1 # FastAPI
uvicorn~=0.23.2 # Uvicorn ASGI server
uvicorn~=0.26.0 # Uvicorn ASGI server
httpx~=0.26.0 # HTTP client

# tools
Expand Down

0 comments on commit 92f6ab9

Please sign in to comment.