build: require setuptools>=78.1.1 to address GHSA-5rjg-fvgr-3xxf (closes #9042)

This commit is contained in:
Thomas Waldmann 2025-10-09 17:47:03 +02:00
parent 46d139da81
commit 16e7039dbe
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ where = ["src"]
"*" = ["*.c", "*.h", "*.pyx"]
[build-system]
requires = ["setuptools>=77.0.0", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=78.1.1", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]

View file

@ -1,4 +1,4 @@
setuptools >=77.0.0
setuptools >=78.1.1
setuptools_scm
pip !=24.2
wheel