Skip to content

Commit 4f28afe

Browse files
authored
[3.9] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135397)
1 parent f690a6f commit 4f28afe

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__all__ = ["version", "bootstrap"]
14-
_SETUPTOOLS_VERSION = "58.1.0"
14+
_SETUPTOOLS_VERSION = "79.0.1"
1515
_PIP_VERSION = "23.0.1"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the bundled copy of setuptools to 79.0.1.

0 commit comments

Comments
 (0)