summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip/__init__.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-27 19:11:30 (GMT)
committerGitHub <noreply@github.com>2022-07-27 19:11:30 (GMT)
commitfb422147d39eba4b56b9bb9d9be73d07e748dda9 (patch)
tree87f9fd02faf49b68df223259f8a577786e6ea9d1 /Lib/ensurepip/__init__.py
parent2ef7a72682dc5f2855d0174e696271de40b0f26d (diff)
downloadcpython-fb422147d39eba4b56b9bb9d9be73d07e748dda9.zip
cpython-fb422147d39eba4b56b9bb9d9be73d07e748dda9.tar.gz
cpython-fb422147d39eba4b56b9bb9d9be73d07e748dda9.tar.bz2
gh-95339: update bundled pip to 22.2.1 (gh-95340)
(cherry picked from commit 226d02bb109d08601fbccd645e9d67aee2e5bcdc) Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
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 189cfb2..b6973db 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 = "63.2.0"
-_PIP_VERSION = "22.2"
+_PIP_VERSION = "22.2.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),