Skip to content

Commit bda64b3

Browse files
ned-deilypradyunsg
andauthored
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)
(cherry picked from commit c99ac3c) Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
1 parent 4f340b0 commit bda64b3

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

Lib/ensurepip/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212

1313
__all__ = ["version", "bootstrap"]
14-
_SETUPTOOLS_VERSION = "58.1.0"
14+
_PACKAGE_NAMES = ('setuptools', 'pip')
15+
_SETUPTOOLS_VERSION = "60.9.3"
1516
_PIP_VERSION = "22.0.4"
1617
_PROJECTS = [
1718
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)

0 commit comments

Comments
 (0)