⬆️ Bump nonebot2 from 2.1.2 to 2.1.3 (#225)

This commit is contained in:
dependabot[bot]
2024-01-02 16:31:52 +00:00
committed by scdhh
parent 44dee7f200
commit 1f44fc9884
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ license = 'AGPL-3.0'
[tool.poetry.dependencies]
python = '^3.10'
nonebot2 = '^2.0.0-beta.3'
nonebot2 = '^2.1.3'
lxml = '^5.0.0'
pandas = '>=1.4.3,<3.0.0'
playwright = '^1.40.0'
@@ -29,7 +29,7 @@ types-ujson = '^5.9.0'
pandas-stubs = '>=1.5.2,<3.0.0'
ruff = '>=0.0.239,<0.1.10'
types-aiofiles = "^23.2.0.0"
nonebot2 = { extras = ["fastapi"], version = "^2.1.1" }
nonebot2 = { extras = ["fastapi"], version = "^2.1.3" }
types-lxml = "^2023.3.28"
nonebot-plugin-orm = { extras = ["default"], version = ">=0.3,<0.7" }
nonebot-adapter-onebot = "^2.3.1"