summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2022-03-15 14:39:50 (GMT)
committerGitHub <noreply@github.com>2022-03-15 14:39:50 (GMT)
commit7a315d8a0d4df01f96d82286739b86920ccebc05 (patch)
treea799a63cf5a9df99aca88f546811355646985217 /Lib/ensurepip
parentdea270a2a80214de22afadaaca2043d0d782eb7d (diff)
downloadcpython-7a315d8a0d4df01f96d82286739b86920ccebc05.zip
cpython-7a315d8a0d4df01f96d82286739b86920ccebc05.tar.gz
cpython-7a315d8a0d4df01f96d82286739b86920ccebc05.tar.bz2
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)
(cherry picked from commit d87f1b787ed38dfd307d82452f2efe9dc5b93942) Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r--Lib/ensurepip/__init__.py6
-rw-r--r--Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whlbin1547644 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whlbin0 -> 2123599 bytes
3 files changed, 2 insertions, 4 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 597a1ef..b291e9a 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,11 +8,9 @@ import subprocess
__all__ = ["version", "bootstrap"]
-
+_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "56.0.0"
-
-_PIP_VERSION = "21.1.1"
-
+_PIP_VERSION = "22.0.4"
_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
--- a/Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whl
+++ /dev/null
Binary files 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
index 0000000..7ba048e
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
Binary files differ