From 521ba8892ef367c45bf1647b04a726d3f553637c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 26 Jun 2021 18:22:48 +0200 Subject: Update vendored pip to 21.1.3 (GH-26912) --- Lib/ensurepip/__init__.py | 2 +- Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whl | Bin 1547644 -> 0 bytes Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl | Bin 0 -> 1548027 bytes .../Library/2021-06-26-12-27-14.bpo-44516.BVyX_y.rst | 1 + 4 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl create mode 100644 Misc/NEWS.d/next/Library/2021-06-26-12-27-14.bpo-44516.BVyX_y.rst diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 834fc6b..28e1253 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -11,7 +11,7 @@ from importlib import resources __all__ = ["version", "bootstrap"] _PACKAGE_NAMES = ('setuptools', 'pip') _SETUPTOOLS_VERSION = "56.0.0" -_PIP_VERSION = "21.1.1" +_PIP_VERSION = "21.1.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"), diff --git a/Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whl deleted file mode 100644 index 291cc29..0000000 Binary files a/Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl new file mode 100644 index 0000000..d96a40a Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl differ diff --git a/Misc/NEWS.d/next/Library/2021-06-26-12-27-14.bpo-44516.BVyX_y.rst b/Misc/NEWS.d/next/Library/2021-06-26-12-27-14.bpo-44516.BVyX_y.rst new file mode 100644 index 0000000..a982288 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-06-26-12-27-14.bpo-44516.BVyX_y.rst @@ -0,0 +1 @@ +Update vendored pip to 21.1.3 -- cgit v0.12