diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 72936b8029c..82c011189d1 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "8.2.1" +_SETUPTOOLS_VERSION = "11.0" -_PIP_VERSION = "6.0.2" +_PIP_VERSION = "6.0.6" # pip currently requires ssl support, so we try to provide a nicer # error message when that is missing (http://bugs.python.org/issue19744) diff --git a/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl similarity index 90% rename from Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl index 312467d98be..e2be1055f37 100644 Binary files a/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl similarity index 63% rename from Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl index fa3a6a54053..ceeaa3cd5c3 100644 Binary files a/Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl differ