mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-03 02:50:55 +00:00
update setuptools requirements to >=78.1.1 (#653)
https://github.com/advisories/GHSA-5rjg-fvgr-3xxf
This commit is contained in:
parent
ef4f83df16
commit
c2546eabc4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools >= 77.0.3"]
|
||||
requires = ["setuptools >= 78.1.1"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Cython==3.1.4
|
||||
setuptools==77.0.3
|
||||
setuptools==78.1.1
|
||||
build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue