Skip to content

Commit dd506ee

Browse files
committed
Bump build dependencies
1 parent 4cbd3c8 commit dd506ee

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-macos.yml

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

120120
- name: Build and test wheels
121121
uses: pypa/[email protected]

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install uv for speed
4141
uses: astral-sh/setup-uv@v6
4242
with:
43-
version: "0.5.26"
43+
version: "0.8.2"
4444

4545
- name: Build and test wheels
4646
uses: pypa/[email protected]

dev.py

Lines changed: 2 additions & 2 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.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():

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ pygame_ce = 'pygame.__briefcase.pygame_ce:PygameCEGuiBootstrap'
5353

5454
[build-system]
5555
requires = [
56-
"meson-python<=0.17.1",
57-
"meson<=1.7.0",
56+
"meson-python<=0.18.0",
57+
"meson<=1.8.2",
5858
"ninja<=1.12.1",
5959
"cython<=3.1.2",
60-
"sphinx<=8.1.3",
61-
"sphinx-autoapi<=3.3.2",
60+
"sphinx<=8.2.3",
61+
"sphinx-autoapi<=3.6.0",
6262
"pyproject-metadata!=0.9.1",
6363
]
6464
build-backend = 'mesonpy'

0 commit comments

Comments
 (0)