Skip to content

Commit 1a4225b

Browse files
pradyunsgned-deily
authored andcommitted
bpo-46986: Upgrade bundled setuptools to 60.9.3 (pythonGH-31820)
(cherry picked from commit c99ac3c)
1 parent 5a8e968 commit 1a4225b

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
@@ -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.
Lines changed: 1 addition & 0 deletions
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)