summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip/__init__.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-03-13 18:52:04 (GMT)
committerGitHub <noreply@github.com>2022-03-13 18:52:04 (GMT)
commit1ceda9787f586e11ccd2a94171422a2d70622a27 (patch)
tree758ec8802806ae41199e5d11bd7437203afe3c2c /Lib/ensurepip/__init__.py
parentd8ba5c102c54a5f0944638df4b6cda689faba7fa (diff)
downloadcpython-1ceda9787f586e11ccd2a94171422a2d70622a27.zip
cpython-1ceda9787f586e11ccd2a94171422a2d70622a27.tar.gz
cpython-1ceda9787f586e11ccd2a94171422a2d70622a27.tar.bz2
[3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849)
(cherry picked from commit d87f1b787ed38dfd307d82452f2efe9dc5b93942) Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net> Automerge-Triggered-By: GH:ned-deily
Diffstat (limited to 'Lib/ensurepip/__init__.py')
-rw-r--r--Lib/ensurepip/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 0a5730c..3fbe8b2 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -12,7 +12,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"),