8000 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) · python/cpython@25962e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25962e4

Browse files
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
(cherry picked from commit c99ac3c) Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
1 parent 1ceda97 commit 25962e4

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 = "58.1.0"
14+
_SETUPTOOLS_VERSION = "60.9.3"
1515
_PIP_VERSION = "22.0.4"
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+
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)

0 commit comments

Comments
 (0)
0