File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -196,9 +196,9 @@ def __init__(self) -> None:
196
196
"build" : get_build_deps (),
197
197
"docs" : get_build_deps (),
198
198
"test" : {"numpy" },
199
- "lint" : {"pylint==3.3.1 " , "numpy" },
199
+ "lint" : {"pylint==3.3.7 " , "numpy" },
200
200
"stubs" : {"mypy==1.13.0" , "numpy" },
201
- "format" : {"pre-commit==4.0.1 " },
201
+ "format" : {"pre-commit==4.2.0 " },
202
202
}
203
203
self .deps ["all" ] = set ()
204
204
for k in self .deps .values ():
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ pygame_ce = 'pygame.__briefcase.pygame_ce:PygameCEGuiBootstrap'
53
53
54
54
[build-system ]
55
55
requires = [
56
- " meson-python<=0.17.1 " ,
57
- " meson<=1.7.0 " ,
56
+ " meson-python<=0.18.0 " ,
57
+ " meson<=1.8.2 " ,
58
58
" ninja<=1.12.1" ,
59
- " cython<=3.0.11 " ,
60
- " sphinx<=8.1 .3" ,
61
- " sphinx-autoapi<=3.3.2 " ,
59
+ " cython<=3.1.2 " ,
60
+ " sphinx<=8.2 .3" ,
61
+ " sphinx-autoapi<=3.6.0 " ,
62
62
" pyproject-metadata!=0.9.1" ,
63
63
]
64
64
build-backend = ' mesonpy'
You can’t perform that action at this time.
0 commit comments