Update dependency uvicorn to v0.30.3

This commit is contained in:
Renovate Bot
2024-07-28 01:02:35 +00:00
parent 8e05c94919
commit f42e5e3e6e

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