⬆️ bump dependency

This commit is contained in:
yanyongyu 2021-08-04 14:30:18 +08:00
parent 0d40f84c53
commit 40643236e0
2 changed files with 343 additions and 369 deletions

698
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
psutil = "^5.7.2"
httpx = "^0.17.0"
httpx = "^0.18.0"
Jinja2 = "^3.0.0"
unidiff = "^0.6.0"
humanize = "^3.5.0"
@ -17,18 +17,14 @@ Markdown = "^3.3.4"
sentry-sdk = "^1.0.0"
playwright = "^1.9.2"
typing-extensions = "^3.7.4"
nonebot2 = "=2.0.0a13.post1"
nonebot-adapter-cqhttp = "^2.0.0-alpha.12"
nonebot2 = "^2.0.0-alpha.14"
nonebot-adapter-cqhttp = "^2.0.0-alpha.14"
redis = {version = "^3.5.3", extras = ["hiredis"]}
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
nonebot-plugin-test = "^0.2.0"
nb-cli = {version = "^0.4.1", extras = ["deploy"]}
[nonebot.plugins]
plugins = ["nonebot_plugin_test"]
plugin_dirs = ["src/plugins"]
# nonebot-plugin-test = "^0.2.0"
nb-cli = {version = "^0.5.0", extras = ["deploy"]}
# [[tool.poetry.source]]
# name = "aliyun"