⬆️ bump dependency version

This commit is contained in:
yanyongyu 2020-12-01 10:40:21 +08:00
parent bdb4d584e4
commit cc7ebe2f73
2 changed files with 4 additions and 4 deletions

2
poetry.lock generated
View File

@ -1466,7 +1466,7 @@ test = ["nonebot-test"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "6f8201e7f1a3226e97cf4ff6ff0504d4c5da6c4978e17a1f135a063ea0726524"
content-hash = "41612f19273363123bb11f78e16c66b18b8af22388360c89a4a8dafe9f2dd294"
[metadata.files]
aiofiles = [

View File

@ -26,16 +26,16 @@ include = ["nonebot/py.typed"]
python = "^3.7"
httpx = "^0.16.1"
loguru = "^0.5.1"
pygtrie = "^2.3.3"
pygtrie = "^2.4.1"
fastapi = "^0.58.1"
uvicorn = "^0.11.5"
pydantic = { extras = ["dotenv"], version = "^1.6.1" }
pydantic = { extras = ["dotenv"], version = "^1.7.2" }
nonebot-test = { version = "^0.1.0", optional = true }
nb-cli = { version="^0.2.0", optional = true }
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
sphinx = "^3.1.1"
sphinx = "^3.3.1"
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }
[tool.poetry.extras]