Skip to content

Commit d98547e

Browse files
authored
fix: Updating setuptools to patch CVE-2025-47273 (#2955)
Update setuptools to patch CVE-2025-47273
1 parent 0498664 commit d98547e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ END_UNRELEASED_TEMPLATE
7272
* (py_wheel) py_wheel always creates zip64-capable wheel zips
7373
* (providers) (experimental) {obj}`PyInfo.venv_symlinks` replaces
7474
`PyInfo.site_packages_symlinks`
75+
* (deps) Updating setuptools to patch CVE-2025-47273.
7576

7677
{#v0-0-0-fixed}
7778
### Fixed

python/private/pypi/deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ _RULE_DEPS = [
7676
),
7777
(
7878
"pypi__setuptools",
79-
"https://files.pythonhosted.org/packages/de/88/70c5767a0e43eb4451c2200f07d042a4bcd7639276003a9c54a68cfcc1f8/setuptools-70.0.0-py3-none-any.whl",
80-
"54faa7f2e8d2d11bcd2c07bed282eef1046b5c080d1c32add737d7b5817b1ad4",
79+
"https://files.pythonhosted.org/packages/90/99/158ad0609729111163fc1f674a5a42f2605371a4cf036d0441070e2f7455/setuptools-78.1.1-py3-none-any.whl",
80+
"c3a9c4211ff4c309edb8b8c4f1cbfa7ae324c4ba9f91ff254e3d305b9fd54561",
8181
),
8282
(
8383
"pypi__tomli",

0 commit comments

Comments
 (0)