Update dependency uvicorn to ^0.32.0

This commit is contained in:
renovate[bot]
2024-10-15 18:43:47 +00:00
parent bac5668e79
commit c80aa773ef
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ python-dotenv = "^1.0.1"
python-multipart = "^0.0.12"
reader = "^3.14"
tomlkit = "^0.13.0"
uvicorn = { extras = ["standard"], version = "^0.31.0" }
uvicorn = { extras = ["standard"], version = "^0.32.0" }
markdownify = "^0.13.0"
[tool.poetry.group.dev.dependencies]