diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-27 19:11:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 19:11:30 (GMT) |
commit | fb422147d39eba4b56b9bb9d9be73d07e748dda9 (patch) | |
tree | 87f9fd02faf49b68df223259f8a577786e6ea9d1 /Lib/ensurepip | |
parent | 2ef7a72682dc5f2855d0174e696271de40b0f26d (diff) | |
download | cpython-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')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-22.2.1-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl) | bin | 2044396 -> 2044666 bytes |
2 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"), diff --git a/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.2.1-py3-none-any.whl Binary files differindex 9c43960..4654c00 100644 --- a/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-22.2.1-py3-none-any.whl |