summaryrefslogtreecommitdiff
path: root/Lib/ensurepip/__init__.py
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2022-07-27 20:14:42 +0200
committerGitHub <noreply@github.com>2022-07-27 19:14:42 +0100
commit226d02bb109d08601fbccd645e9d67aee2e5bcdc (patch)
treec3a8383ca73a9f32a2bfd2b00b7b2bdfa5172ba8 /Lib/ensurepip/__init__.py
parentf40bc7fa49f8d137f9b38f7a14569e9a9bdbed07 (diff)
downloadcpython-git-226d02bb109d08601fbccd645e9d67aee2e5bcdc.tar.gz
gh-95339: update bundled pip to 22.2.1 (gh-95340)
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 d88387398e..885a1edf4b 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 = "63.2.0"
-_PIP_VERSION = "22.2"
+_PIP_VERSION = "22.2.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),