8000 [3.10] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#1… · python/cpython@f297a22 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit f297a22

Browse files
authored
[3.10] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135398)
1 parent 3358f9a commit f297a22

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
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
14-
_SETUPTOOLS_VERSION = "65.5.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)
0