⬆️ bump dependencies

This commit is contained in:
yanyongyu
2021-09-18 17:18:53 +08:00
parent 4f8771acbd
commit 89e32a3241
10 changed files with 278 additions and 213 deletions

View File

@ -30,7 +30,7 @@ tomlkit = "^0.7.0"
fastapi = "^0.68.0"
websockets = "^9.1"
Quart = { version = "^0.15.0", optional = true }
httpx = { version = "^0.18.0", extras = ["http2"] }
httpx = { version = "^0.19.0", extras = ["http2"] }
pydantic = { extras = ["dotenv"], version = "~1.8.0" }
uvicorn = { version = "^0.14.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }