diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 597a1ef9eeaa12..75176f1650750f 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,11 +8,9 @@ __all__ = ["version", "bootstrap"] - -_SETUPTOOLS_VERSION = "56.0.0" - +_PACKAGE_NAMES = ('setuptools', 'pip') +_SETUPTOOLS_VERSION = "60.9.3" _PIP_VERSION = "21.1.1" - _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"), diff --git a/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl deleted file mode 100644 index 264ef10e826679..00000000000000 Binary files a/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl new file mode 100644 index 00000000000000..b88ddc659ee101 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl differ diff --git a/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst b/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst new file mode 100644 index 00000000000000..06dd1271902d1b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst @@ -0,0 +1 @@ +Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)