File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 - name : Install uv for speed
116116 uses : astral-sh/setup-uv@v6
117117 with :
118- version : " 0.5.26 "
118+ version : " 0.8.3 "
119119
120120 - name : Build and test wheels
121121 uses : pypa/cibuildwheel@v3.1.1
Original file line number Diff line number Diff line change 4040 - name : Install uv for speed
4141 uses : astral-sh/setup-uv@v6
4242 with :
43- version : " 0.5.26 "
43+ version : " 0.8.3 "
4444
4545 - name : Build and test wheels
4646 uses : pypa/cibuildwheel@v3.1.1
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.1 " , "numpy" },
199+ "lint" : {"pylint==3.3.7 " , "numpy" },
200200 "stubs" : {"mypy==1.13.0" , "numpy" },
201- "format" : {"pre-commit==4.0.1 " },
201+ "format" : {"pre-commit==4.2.0 " },
202202 }
203203 self .deps ["all" ] = set ()
204204 for k in self .deps .values ():
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ pygame_ce = 'pygame.__briefcase.pygame_ce:PygameCEGuiBootstrap'
5454
5555[build-system ]
5656requires = [
57- " meson-python<=0.17.1 " ,
58- " meson<=1.7.0 " ,
57+ " meson-python<=0.18.0 " ,
58+ " meson<=1.8.2 " ,
5959 " ninja<=1.12.1" ,
6060 " cython<=3.1.2" ,
61- " sphinx<=8.1 .3" ,
62- " sphinx-autoapi<=3.3.2 " ,
61+ " sphinx<=8.2 .3" ,
62+ " sphinx-autoapi<=3.6.0 " ,
6363 " pyproject-metadata!=0.9.1" ,
6464]
6565build-backend = ' mesonpy'
You can’t perform that action at this time.
0 commit comments