Update dependency uvicorn to ^0.30.0

This commit is contained in:
renovate[bot]
2024-05-28 08:18:00 +00:00
parent f41001b3b2
commit a97c8a7682
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ discord-webhook = "^1.3.1"
python-multipart = "^0.0.9"
python-dotenv = "^1.0.1"
Jinja2 = "^3.1.3"
uvicorn = { extras = ["standard"], version = "^0.29.0" }
uvicorn = { extras = ["standard"], version = "^0.30.0" }
[tool.poetry.group.dev.dependencies]
httpx = "^0.27.0"