mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-18 18:19:16 -05:00
build: require setuptools>=78.1.1 to address GHSA-5rjg-fvgr-3xxf (closes #9042)
This commit is contained in:
parent
46d139da81
commit
16e7039dbe
2 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
setuptools >=77.0.0
|
||||
setuptools >=78.1.1
|
||||
setuptools_scm
|
||||
pip !=24.2
|
||||
wheel
|
||||
|
|
|
|||
Loading…
Reference in a new issue