Update dependency uvicorn to ^0.33.0 (#234)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-14 13:10:01 +00:00
committed by GitHub
parent ade1698819
commit d753d537b5
2 changed files with 5 additions and 5 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.32.0" }
uvicorn = { extras = [ "standard" ], version = "^0.33.0" }
[tool.poetry.group.dev.dependencies]
httpx = "^0.28.0"