diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 5021ebf77e16d6..cbadfaa41a263a 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,9 +12,9 @@ __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "40.6.2" +_SETUPTOOLS_VERSION = "40.8.0" -_PIP_VERSION = "18.1" +_PIP_VERSION = "19.0.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl similarity index 50% rename from Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl index c3c146f6da2723..24f247caa0ab43 100644 Binary files a/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl similarity index 81% rename from Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl index 4c8a619571d1e5..fdc66e9330e073 100644 Binary files a/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl differ diff --git a/Misc/NEWS.d/next/Library/2019-03-06-13-21-33.bpo-35807.W7mmu3.rst b/Misc/NEWS.d/next/Library/2019-03-06-13-21-33.bpo-35807.W7mmu3.rst new file mode 100644 index 00000000000000..1109fbed3f9ccb --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-03-06-13-21-33.bpo-35807.W7mmu3.rst @@ -0,0 +1 @@ +Update ensurepip to install pip 19.0.3 and setuptools 40.8.0.