11[tool .poetry ]
22name = ' nonebot-plugin-tetris-stats'
3- version = ' 1.5.2 '
3+ version = ' 1.5.3 '
44description = ' 一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件'
55authors = [' scdhh <wallfjjd@gmail.com>' ]
66readme = ' README.md'
@@ -21,21 +21,21 @@ nonebot-plugin-user = '>=0.2,<0.5'
2121nonebot-plugin-userinfo = ' ^0.2.4'
2222aiocache = ' ^0.12.2'
2323aiofiles = ' >=23.2.1,<25.0.0'
24- arclet-alconna = " <2.0.0"
24+ arclet-alconna = ' <2.0.0'
2525async-lru = ' ^2.0.4'
2626httpx = ' ^0.27.0'
2727jinja2 = ' ^3.1.3'
2828lxml = ' ^5.1.0'
29- msgspec = " ^0.18.6"
29+ msgspec = ' ^0.18.6'
3030pandas = ' >=1.4.3,<3.0.0'
3131pillow = ' ^10.3.0'
3232playwright = ' ^1.41.2'
3333rich = ' ^13.7.1'
34- yarl = " ^1.9.4"
34+ yarl = ' ^1.9.4'
3535zstandard = ' >=0.22,<0.24'
3636
3737[tool .poetry .group .dev .dependencies ]
38- basedpyright = " ^1.17.0"
38+ basedpyright = ' ^1.17.0'
3939mypy = ' >=1.9'
4040pandas-stubs = ' >=1.5.2,<3.0.0'
4141ruff = ' >=0.3.0'
@@ -52,10 +52,10 @@ nonebot-adapter-satori = '>=0.11.4,<0.13.0'
5252nonebot-plugin-orm = { extras = [' default' ], version = ' >=0.3,<0.8' }
5353
5454[tool .poetry .group .debug .dependencies ]
55- matplotlib = " ^3.9.2"
55+ matplotlib = ' ^3.9.2'
5656memory-profiler = ' ^0.61.0'
5757objprint = ' ^0.2.2'
58- pyqt6 = " ^6.7.1"
58+ pyqt6 = ' ^6.7.1'
5959viztracer = ' ^0.16.2'
6060
6161[build-system ]
@@ -137,10 +137,10 @@ builtins-ignorelist = ['id']
137137quote-style = ' single'
138138
139139[tool .basedpyright ]
140- pythonVersion = " 3.10"
141- pythonPlatform = " All"
140+ pythonVersion = ' 3.10'
141+ pythonPlatform = ' All'
142142defineConstant = { PYDANTIC_V2 = true }
143- typeCheckingMode = " standard"
143+ typeCheckingMode = ' standard'
144144
145145[tool .nonebot ]
146146plugins = [' nonebot_plugin_tetris_stats' ]
0 commit comments