Update dependency uvicorn to ^0.31.0

This commit is contained in:
renovate[bot]
2024-09-28 16:23:38 +00:00
parent aba351fe3a
commit f1dfc7b74c
2 changed files with 5 additions and 5 deletions

View File

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