Skip to content

Commit 0fbab8a

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

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__all__ = ["version", "bootstrap"]
1010
_PACKAGE_NAMES = ('setuptools', 'pip')
11-
_SETUPTOOLS_VERSION = "47.1.0"
11+
_SETUPTOOLS_VERSION = "60.9.3"
1212
_PIP_VERSION = "22.0.4"
1313
_PROJECTS = [
1414
("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)