summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorPradyun Gedam <pgedam@bloomberg.net>2022-03-13 18:14:20 (GMT)
committerGitHub <noreply@github.com>2022-03-13 18:14:20 (GMT)
commitd87f1b787ed38dfd307d82452f2efe9dc5b93942 (patch)
treef259defacac710a7c429dfe4970938b2d2a40bc4 /Lib/ensurepip
parent9f04ee569cebb8b4c6f04bea95d91a19c5403806 (diff)
downloadcpython-d87f1b787ed38dfd307d82452f2efe9dc5b93942.zip
cpython-d87f1b787ed38dfd307d82452f2efe9dc5b93942.tar.gz
cpython-d87f1b787ed38dfd307d82452f2efe9dc5b93942.tar.bz2
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819)
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r--Lib/ensurepip/__init__.py2
-rw-r--r--Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whlbin1555100 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whlbin0 -> 2123599 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 94f1b66..a198a86 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 = "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
index 46d3012..0000000
--- a/Lib/ensurepip/_bundled/pip-21.2.4-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