From fe272b7a3ace1542ef3f269763b408fbcb07b869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 26 Jun 2021 19:59:57 +0200 Subject: [3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915) --- 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 57e576d..14a3903 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -15,7 +15,7 @@ __all__ = ["version", "bootstrap"] _SETUPTOOLS_VERSION = "56.0.0" -_PIP_VERSION = "21.1.1" +_PIP_VERSION = "21.1.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_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