Skip to content

Commit 16e7039

Browse files
build: require setuptools>=78.1.1 to address GHSA-5rjg-fvgr-3xxf (closes #9042)
1 parent 46d139d commit 16e7039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ where = ["src"]
7070
"*" = ["*.c", "*.h", "*.pyx"]
7171

7272
[build-system]
73-
requires = ["setuptools>=77.0.0", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
73+
requires = ["setuptools>=78.1.1", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
7474
build-backend = "setuptools.build_meta"
7575

7676
[tool.setuptools_scm]

requirements.d/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
setuptools >=77.0.0
1+
setuptools >=78.1.1
22
setuptools_scm
33
pip !=24.2
44
wheel

0 commit comments

Comments
 (0)