File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 - name : Install uv for speed
136136 uses : yezz123/setup-uv@v4
137137 with :
138- uv-version : " 0.4.10 "
138+ uv-version : " 0.5.4 "
139139
140140 - name : Build and test wheels
141141 uses : pypa/cibuildwheel@v2.21.3
Original file line number Diff line number Diff line change 5959 - name : Install uv for speed
6060 uses : yezz123/setup-uv@v4
6161 with :
62- uv-version : " 0.4.10 "
62+ uv-version : " 0.5.4 "
6363
6464 - name : Build and test wheels
6565 uses : pypa/cibuildwheel@v2.21.3
Original file line number Diff line number Diff line change @@ -196,9 +196,9 @@ def __init__(self) -> None:
196196 "build" : get_build_deps (),
197197 "docs" : get_build_deps (),
198198 "test" : {"numpy" },
199- "lint" : {"pylint==3.3.0 " , "numpy" },
200- "stubs" : {"mypy==1.11.2 " , "numpy" },
201- "format" : {"pre-commit==3.8.0 " },
199+ "lint" : {"pylint==3.3.1 " , "numpy" },
200+ "stubs" : {"mypy==1.13.0 " , "numpy" },
201+ "format" : {"pre-commit==4.0.1 " },
202202 }
203203 self .deps ["all" ] = set ()
204204 for k in self .deps .values ():
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ pygame_ce = 'pygame.__briefcase.pygame_ce:PygameCEGuiBootstrap'
5454
5555[build-system ]
5656requires = [
57- " meson-python<=0.16.0 " ,
58- " meson<=1.5.1 " ,
59- " ninja<=1.11.1 .1" ,
57+ " meson-python<=0.17.1 " ,
58+ " meson<=1.6.0 " ,
59+ " ninja<=1.12 .1" ,
6060 " cython<=3.0.11" ,
61- " sphinx<=7.2.6 " ,
61+ " sphinx<=8.1.3 " ,
6262]
6363build-backend = ' mesonpy'
6464
You can’t perform that action at this time.
0 commit comments