Skip to content

Commit c96ab19

Browse files
authored
[3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)
1 parent c79b99d commit c96ab19

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
@@ -10,7 +10,7 @@
1010

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip')
13-
_SETUPTOOLS_VERSION = "65.5.0"
13+
_SETUPTOOLS_VERSION = "79.0.1"
1414
_PIP_VERSION = "24.0"
1515
_PROJECTS = [
1616
("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)