diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-24 10:18:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 10:18:33 (GMT) |
commit | 227a1973d5eba9d0cf2119f63b48f36dbba9e179 (patch) | |
tree | 1c1b3462d0fc09c66b7b9bf4a0b6fdf8a1ac637b /Lib | |
parent | 4a682b4f1ae3c32d0abd874cda4d2419398f4469 (diff) | |
download | cpython-227a1973d5eba9d0cf2119f63b48f36dbba9e179.zip cpython-227a1973d5eba9d0cf2119f63b48f36dbba9e179.tar.gz cpython-227a1973d5eba9d0cf2119f63b48f36dbba9e179.tar.bz2 |
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
upgrade bundled pip to 22.2
(cherry picked from commit 068ffafa5465e9388a940692d1720266a1b37257)
Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl | bin | 2123599 -> 0 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl | bin | 0 -> 2044396 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index a82dbad..0f1483d 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 = "22.0.4" +_PIP_VERSION = "22.2" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"), diff --git a/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl Binary files differdeleted file mode 100644 index 7ba048e..0000000 --- a/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl +++ /dev/null diff --git a/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl Binary files differnew file mode 100644 index 0000000..9c43960 --- /dev/null +++ b/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl |