⬆️ upgrade uvicorn

This commit is contained in:
yanyongyu
2021-09-28 20:56:05 +08:00
parent 2ebf7fc096
commit 0b08d23e34
4 changed files with 49 additions and 49 deletions

View File

@ -32,7 +32,7 @@ websockets = "^9.1"
Quart = { version = "^0.15.0", optional = true }
httpx = { version = "^0.19.0", extras = ["http2"] }
pydantic = { extras = ["dotenv"], version = "~1.8.0" }
uvicorn = { version = "^0.14.0", extras = ["standard"] }
uvicorn = { version = "^0.15.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
[tool.poetry.dev-dependencies]