[Python-checkins] gh-95194: upgrade bundled pip to 22.2 (gh-95195)

miss-islington webhook-mailer at python.org
Sun Jul 24 06:22:17 EDT 2022


https://github.com/python/cpython/commit/9639cc1126fb68f35f9c4c7f83760def94c2ead4
commit: 9639cc1126fb68f35f9c4c7f83760def94c2ead4
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-07-24T03:22:12-07:00
summary:

gh-95194: upgrade bundled pip to 22.2 (gh-95195)


upgrade bundled pip to 22.2
(cherry picked from commit 068ffafa5465e9388a940692d1720266a1b37257)

Co-authored-by: Stéphane Bidoul <stephane.bidoul at gmail.com>

files:
A Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl
A Misc/NEWS.d/next/Library/2022-07-24-09-15-35.gh-issue-95194.ERVmqG.rst
D Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
M Lib/ensurepip/__init__.py

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 1f25825f3febf..c4d116ea122e0 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -11,7 +11,7 @@
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
 _SETUPTOOLS_VERSION = "58.1.0"
-_PIP_VERSION = "22.0.4"
+_PIP_VERSION = "22.2"
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION, "py3"),
     ("pip", _PIP_VERSION, "py3"),
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
deleted file mode 100644
index 7ba048e245227..0000000000000
Binary files a/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl
new file mode 100644
index 0000000000000..9c43960aafd5e
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2022-07-24-09-15-35.gh-issue-95194.ERVmqG.rst b/Misc/NEWS.d/next/Library/2022-07-24-09-15-35.gh-issue-95194.ERVmqG.rst
new file mode 100644
index 0000000000000..c69651923b410
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-07-24-09-15-35.gh-issue-95194.ERVmqG.rst
@@ -0,0 +1 @@
+Upgrade bundled pip to 22.2.



More information about the Python-checkins mailing list