Update dependency uvicorn to ^0.31.0
This commit is contained in:
parent
35f8b175ec
commit
06d2bd12da
2 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ python-dotenv = "^1.0.1"
|
|||
python-multipart = "^0.0.10"
|
||||
reader = "^3.14"
|
||||
tomlkit = "^0.13.0"
|
||||
uvicorn = { extras = ["standard"], version = "^0.30.0" }
|
||||
uvicorn = { extras = ["standard"], version = "^0.31.0" }
|
||||
markdownify = "^0.13.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue