summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-24 10:22:12 (GMT)
committerGitHub <noreply@github.com>2022-07-24 10:22:12 (GMT)
commit9639cc1126fb68f35f9c4c7f83760def94c2ead4 (patch)
tree49b657b2ada321f443a969ef0ea69cede2241436
parent00cda6b530a5718f17e286da72aa4a743ada63a6 (diff)
downloadcpython-9639cc1126fb68f35f9c4c7f83760def94c2ead4.zip
cpython-9639cc1126fb68f35f9c4c7f83760def94c2ead4.tar.gz
cpython-9639cc1126fb68f35f9c4c7f83760def94c2ead4.tar.bz2
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@gmail.com>
-rw-r--r--Lib/ensurepip/__init__.py2
-rw-r--r--Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whlbin2123599 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whlbin0 -> 2044396 bytes
-rw-r--r--Misc/NEWS.d/next/Library/2022-07-24-09-15-35.gh-issue-95194.ERVmqG.rst1
4 files changed, 2 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 1f25825..c4d116e 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 = "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 7ba048e..0000000
--- a/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
+++ /dev/null
Binary files 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 0000000..9c43960
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl
Binary files 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 0000000..c696519
--- /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.