@@ -11,27 +11,25 @@ documentation = "https://github.com/he0119/nonebot-plugin-user#readme"
1111
1212[tool .poetry .dependencies ]
1313python = " ^3.8"
14- nonebot2 = " ^2.1 .0"
15- nonebot-plugin-orm = " >=0.3 .0"
16- nonebot-plugin-alconna = " >=0.24.0 "
17- nonebot-plugin-session = " ^0.2 .0"
14+ nonebot2 = " ^2.2 .0"
15+ nonebot-plugin-orm = " >=0.7 .0"
16+ nonebot-plugin-alconna = " >=0.37.1 "
17+ nonebot-plugin-session = " ^0.3 .0"
1818expiringdict = " ^1.2.2"
1919
2020[tool .poetry .group .dev .dependencies ]
21- nb-cli = " ^1.0.4"
22- nonebot-plugin-orm = { extras = [" default" ], version = " >=0.3.0" }
21+ nonebot-plugin-orm = { extras = [" default" ], version = " >=0.7.0" }
2322nonebot-adapter-onebot = " >=2.2.3"
24- nonebot-adapter-red = " >=0.6.1"
25- nonebot-adapter-qq = " ^1.1.1"
26- nonebot-adapter-satori = " ^0.8.0"
27- nonebot2 = { extras = [" fastapi" , " httpx" , " websockets" ], version = " ^2.1.2" }
23+ nonebot-adapter-qq = " >=1.1.1"
24+ nonebot-adapter-satori = " >=0.8.0"
25+ nonebot2 = { extras = [" fastapi" , " httpx" , " websockets" ], version = " ^2.2.0" }
2826
2927[tool .poetry .group .test .dependencies ]
3028nonebug = " ^0.3.1"
3129pytest-cov = " ^4.0.0"
3230pytest-xdist = " ^3.0.2"
3331pytest-mock = " ^3.10.0"
34- pytest-asyncio = " >=0.20.2,<0.22.0 "
32+ pytest-asyncio = " ^0.23.5 "
3533freezegun = " ^1.2.2"
3634
3735[tool .black ]
@@ -49,6 +47,7 @@ asyncio_mode = "auto"
4947pythonVersion = " 3.8"
5048pythonPlatform = " All"
5149typeCheckingMode = " basic"
50+ defineConstant = { PYDANTIC_V2 = true }
5251
5352[tool .ruff ]
5453select = [" E" , " W" , " F" , " UP" , " C" , " T" , " PYI" , " Q" ]
@@ -58,7 +57,6 @@ ignore = ["E402", "E501", "C901", "UP037"]
5857adapters = [
5958 { name = " OneBot V11" , module_name = " nonebot.adapters.onebot.v11" },
6059 { name = " OneBot V12" , module_name = " nonebot.adapters.onebot.v12" },
61- { name = " RedProtocol" , module_name = " nonebot.adapters.red" },
6260 { name = " QQ" , module_name = " nonebot.adapters.qq" },
6361 { name = " Satori" , module_name = " nonebot.adapters.satori" },
6462]
0 commit comments