There was an error while loading. Please reload this page.
1 parent 5a8e968 commit 0fbab8aCopy full SHA for 0fbab8a
4 files changed
Lib/ensurepip/__init__.py
@@ -8,7 +8,7 @@
8
9
__all__ = ["version", "bootstrap"]
10
_PACKAGE_NAMES = ('setuptools', 'pip')
11
-_SETUPTOOLS_VERSION = "47.1.0"
+_SETUPTOOLS_VERSION = "60.9.3"
12
_PIP_VERSION = "22.0.4"
13
_PROJECTS = [
14
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Lib/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
-569 KB
Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
1.03 MB
Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst
@@ -0,0 +1 @@
1
+Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)
0 commit comments