Update dependency uvicorn to ^0.34.0 (#235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-15 16:07:00 +00:00
committed by GitHub
parent 2ba75575be
commit aecbbf66b4
2 changed files with 6 additions and 6 deletions

View File

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