Update dependency uvicorn to ^0.30.0
This commit is contained in:
parent
73b171dbfd
commit
f17ae1f58e
2 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ python-dotenv = "^1.0.1"
|
|||
python-multipart = "^0.0.9"
|
||||
reader = "^3.12"
|
||||
tomlkit = "^0.12.0"
|
||||
uvicorn = { extras = ["standard"], version = "^0.29.0" }
|
||||
uvicorn = { extras = ["standard"], version = "^0.30.0" }
|
||||
markdownify = "^0.12.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue