⬆️ upgrade dependencies

This commit is contained in:
yanyongyu
2022-02-11 11:24:34 +08:00
parent 4f91e63759
commit c0af89a6ad
3 changed files with 52 additions and 35 deletions

View File

@ -26,7 +26,7 @@ python = "^3.7.3"
yarl = "^1.7.2"
loguru = "^0.6.0"
pygtrie = "^2.4.1"
tomlkit = "^0.8.0"
tomlkit = "^0.9.0"
fastapi = "^0.73.0"
typing-extensions = ">=3.10.0,<5.0.0"
Quart = { version = "^0.16.0", optional = true }
@ -38,7 +38,7 @@ httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"], optional = true }
[tool.poetry.dev-dependencies]
isort = "^5.10.1"
black = "^21.11b1"
black = "^22.1.0"
pytest-cov = "^3.0.0"
pre-commit = "^2.16.0"
pytest-xdist = "^2.5.0"