Update dependency uvicorn to v0.30.3 #18

Closed
renovate wants to merge 1 commits from renovate/uvicorn-0.x into main

View File

@@ -5,7 +5,7 @@ fastapi==0.110.0
pydantic==2.6.3
starlette==0.27.0
typing_extensions==4.10.0
uvicorn==0.22.0
uvicorn==0.30.3
# # Needed for PyTest, used in test_app.py
pytest