Update dependency uvicorn to ^0.27.0

This commit is contained in:
renovate[bot]
2024-01-22 23:09:22 +00:00
parent 90d195cf0c
commit 937640a5a2
2 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,7 @@ reader = "^3.4"
discord-webhook = "^1.0.0"
platformdirs = "^3.0.0"
fastapi = "^0.105.0"
uvicorn = { extras = ["standard"], version = "^0.24.0" }
uvicorn = { extras = ["standard"], version = "^0.27.0" }
jinja2 = "^3.1.2"
apscheduler = "^3.10.0"
python-multipart = "^0.0.6"