Skip to content

Commit 6867245

Browse files
🔖 1.5.3
1 parent eebff0a commit 6867245

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'nonebot-plugin-tetris-stats'
3-
version = '1.5.2'
3+
version = '1.5.3'
44
description = '一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件'
55
authors = ['scdhh <wallfjjd@gmail.com>']
66
readme = 'README.md'
@@ -21,21 +21,21 @@ nonebot-plugin-user = '>=0.2,<0.5'
2121
nonebot-plugin-userinfo = '^0.2.4'
2222
aiocache = '^0.12.2'
2323
aiofiles = '>=23.2.1,<25.0.0'
24-
arclet-alconna = "<2.0.0"
24+
arclet-alconna = '<2.0.0'
2525
async-lru = '^2.0.4'
2626
httpx = '^0.27.0'
2727
jinja2 = '^3.1.3'
2828
lxml = '^5.1.0'
29-
msgspec = "^0.18.6"
29+
msgspec = '^0.18.6'
3030
pandas = '>=1.4.3,<3.0.0'
3131
pillow = '^10.3.0'
3232
playwright = '^1.41.2'
3333
rich = '^13.7.1'
34-
yarl = "^1.9.4"
34+
yarl = '^1.9.4'
3535
zstandard = '>=0.22,<0.24'
3636

3737
[tool.poetry.group.dev.dependencies]
38-
basedpyright = "^1.17.0"
38+
basedpyright = '^1.17.0'
3939
mypy = '>=1.9'
4040
pandas-stubs = '>=1.5.2,<3.0.0'
4141
ruff = '>=0.3.0'
@@ -52,10 +52,10 @@ nonebot-adapter-satori = '>=0.11.4,<0.13.0'
5252
nonebot-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'
5656
memory-profiler = '^0.61.0'
5757
objprint = '^0.2.2'
58-
pyqt6 = "^6.7.1"
58+
pyqt6 = '^6.7.1'
5959
viztracer = '^0.16.2'
6060

6161
[build-system]
@@ -137,10 +137,10 @@ builtins-ignorelist = ['id']
137137
quote-style = 'single'
138138

139139
[tool.basedpyright]
140-
pythonVersion = "3.10"
141-
pythonPlatform = "All"
140+
pythonVersion = '3.10'
141+
pythonPlatform = 'All'
142142
defineConstant = { PYDANTIC_V2 = true }
143-
typeCheckingMode = "standard"
143+
typeCheckingMode = 'standard'
144144

145145
[tool.nonebot]
146146
plugins = ['nonebot_plugin_tetris_stats']

0 commit comments

Comments
 (0)