backport(1.4): build: require setuptools>=78.1.1 to address GHSA-5rjg-fvgr-3xxf (backport of #9045)

This commit is contained in:
Thomas Waldmann 2025-10-09 17:56:53 +02:00
parent edb758e8f7
commit 0069ce1f2d
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
setuptools>=77.0.0
setuptools>=78.1.1
setuptools_scm>=8
pip
virtualenv