Update dependency uvicorn to ^0.34.0 (#309)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-15 16:16:20 +00:00 committed by GitHub
commit bb89772b5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ platformdirs = "^3.11.0"
python-dotenv = "^1.0.1"
python-multipart = "^0.0.19"
reader = "^3.14"
uvicorn = "^0.33.0"
uvicorn = "^0.34.0"
[tool.poetry.group.dev.dependencies]
djlint = "^1.35.3"