Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Bump uvicorn[standard] from 0.23.2 to 0.29.0 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ typing-extensions==4.11.0
# sqlalchemy
urllib3==2.2.1
# via requests
uvicorn[standard]==0.23.2
uvicorn[standard]==0.29.0
# via fastapi_app (pyproject.toml)
uvloop==0.19.0
# via uvicorn
Expand Down
Loading