diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 94f1b6604cb7ab..a958487abcd2b2 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,8 +10,8 @@ __all__ = ["version", "bootstrap"] _PACKAGE_NAMES = ('setuptools', 'pip') -_SETUPTOOLS_VERSION = "58.1.0" -_PIP_VERSION = "21.2.4" +_SETUPTOOLS_VERSION = "58.2.0" +_PIP_VERSION = "21.3.1" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"), diff --git a/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.3.1-py3-none-any.whl similarity index 64% rename from Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl rename to Lib/ensurepip/_bundled/pip-21.3.1-py3-none-any.whl index 46d3012c59b174..769bae6c887c4b 100644 Binary files a/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-21.3.1-py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-58.2.0-py3-none-any.whl similarity index 82% rename from Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl rename to Lib/ensurepip/_bundled/setuptools-58.2.0-py3-none-any.whl index 18c8c22958f1f1..a01c09733b6f76 100644 Binary files a/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-58.2.0-py3-none-any.whl differ