Skip to content

Commit acd00e9

Browse files
committed
Bump build dependencies
1 parent 3b850e7 commit acd00e9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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

dev.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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():

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ pygame_ce = 'pygame.__briefcase.pygame_ce:PygameCEGuiBootstrap'
5454

5555
[build-system]
5656
requires = [
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
]
6363
build-backend = 'mesonpy'
6464

0 commit comments

Comments
 (0)