Update dependency uvicorn to ^0.23.0

This commit is contained in:
renovate[bot]
2023-07-15 10:47:06 +00:00
parent b0154b83fb
commit 437823b874
2 changed files with 8 additions and 6 deletions

View File

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