mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 12:36:47 +00:00
⬆️ upgrade uvicorn
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user