Skip to content

Commit f68921f

Browse files
committed
Bump build dependencies
1 parent 47350d2 commit f68921f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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: 5 additions & 5 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",
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",
6262
"pyproject-metadata!=0.9.1",
6363
]
6464
build-backend = 'mesonpy'

0 commit comments

Comments
 (0)