summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip/__init__.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-03 20:11:41 (GMT)
committerGitHub <noreply@github.com>2022-08-03 20:11:41 (GMT)
commit72e4afdc8ace8c39c1fb89c50b7e47dc8cc27c44 (patch)
tree3b2cf7ac31f1f5aa20cfd1d29f899a5ac8305bb5 /Lib/ensurepip/__init__.py
parent7c5f13f391ad9112bb238f2bbccca749f4b7923d (diff)
downloadcpython-72e4afdc8ace8c39c1fb89c50b7e47dc8cc27c44.zip
cpython-72e4afdc8ace8c39c1fb89c50b7e47dc8cc27c44.tar.gz
cpython-72e4afdc8ace8c39c1fb89c50b7e47dc8cc27c44.tar.bz2
gh-95609: update bundled pip to 22.2.2 (gh-95610)
(cherry picked from commit 3d9d45b22cb1e90bca2901eade4b3125aeadb8c9) 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 b6973db..1826cdc 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.1"
+_PIP_VERSION = "22.2.2"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),