Update nonebot-plugin-htmlrender (#136)

* Update pyproject.toml

* update lockfile

Co-authored-by: felinae98 <731499577@qq.com>
This commit is contained in:
kexue 2022-11-14 17:53:05 +08:00 committed by GitHub
parent 9b04578869
commit cc20c7494e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 988 additions and 199 deletions

1183
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@ pyjwt = "^2.1.0"
aiofiles = "^0.8.0"
python-socketio = "^5.4.0"
nonebot-adapter-onebot = "^2.0.0-beta.1"
nonebot-plugin-htmlrender = "^0.1.1"
nonebot-plugin-htmlrender = ">=0.2.0"
nonebot-plugin-datastore = "^0.4.0"
alembic = "^1.7.6"
@ -46,7 +46,7 @@ pytest = "^7.0.1"
pytest-asyncio = "^0.18.1"
respx = "^0.19.0"
pytest-cov = "^3.0.0"
nonebug = {git = "https://github.com/nonebot/nonebug.git", rev = "40fcd4f"}
nonebug = {git = "https://github.com/nonebot/nonebug.git"}
black = "^22.1.0"
isort = "^5.10.1"
pre-commit = "^2.17.0"