Update dependency uvicorn to ^0.28.0

This commit is contained in:
renovate[bot]
2024-03-09 12:17:33 +00:00
parent e9e104e6f0
commit 6fa41f563a
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ discord-webhook = "^1.3.0"
python-multipart = "^0.0.9"
python-dotenv = "^1.0.0"
Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.27.0" }
uvicorn = { extras = ["standard"], version = "^0.28.0" }
[tool.poetry.group.dev.dependencies]
httpx = "^0.27.0"