📌 update lock file

This commit is contained in:
yanyongyu
2021-03-05 20:09:42 +08:00
parent f1f510604e
commit 46795ecd4b
9 changed files with 331 additions and 157 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-mirai"
version = "2.0.0a10"
version = "2.0.0-alpha.11"
description = "Mirai Api HTTP adapter for nonebot2"
authors = ["Mix <admin@yami.im>", "yanyongyu <yyy@nonebot.dev>"]
license = "AGPL-3.0-or-later"
@ -25,7 +25,7 @@ packages = [
python = "^3.7.3"
httpx = "^0.17.0"
websockets = "^8.1"
nonebot2 = "^2.0.0-alpha.10"
nonebot2 = "^2.0.0-alpha.11"
[tool.poetry.dev-dependencies]
nonebot2 = { path = "../../", develop = true }