]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819)
authorPradyun Gedam <pgedam@bloomberg.net>
Sun, 13 Mar 2022 18:14:20 +0000 (18:14 +0000)
committerGitHub <noreply@github.com>
Sun, 13 Mar 2022 18:14:20 +0000 (14:14 -0400)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-03-11-13-34-16.bpo-46985.BgoMr2.rst [new file with mode: 0644]

index 94f1b6604cb7aba244b8f2ab47266683b7443b5f..a198a86e1f9af992987d358d24c4c4c224a62995 100644 (file)
@@ -11,7 +11,7 @@ from importlib import resources
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
 _SETUPTOOLS_VERSION = "58.1.0"
-_PIP_VERSION = "21.2.4"
+_PIP_VERSION = "22.0.4"
 _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.2.4-py3-none-any.whl
deleted file mode 100644 (file)
index 46d3012..0000000
Binary files a/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
new file mode 100644 (file)
index 0000000..7ba048e
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2022-03-11-13-34-16.bpo-46985.BgoMr2.rst b/Misc/NEWS.d/next/Library/2022-03-11-13-34-16.bpo-46985.BgoMr2.rst
new file mode 100644 (file)
index 0000000..2e08ee8
--- /dev/null
@@ -0,0 +1 @@
+Upgrade pip wheel bundled with ensurepip (pip 22.0.4)