diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-13 18:52:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 18:52:04 (GMT) |
commit | 1ceda9787f586e11ccd2a94171422a2d70622a27 (patch) | |
tree | 758ec8802806ae41199e5d11bd7437203afe3c2c /Lib | |
parent | d8ba5c102c54a5f0944638df4b6cda689faba7fa (diff) | |
download | cpython-1ceda9787f586e11ccd2a94171422a2d70622a27.zip cpython-1ceda9787f586e11ccd2a94171422a2d70622a27.tar.gz cpython-1ceda9787f586e11ccd2a94171422a2d70622a27.tar.bz2 |
[3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849)
(cherry picked from commit d87f1b787ed38dfd307d82452f2efe9dc5b93942)
Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
Automerge-Triggered-By: GH:ned-deily
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl | bin | 1555100 -> 0 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl | bin | 0 -> 2123599 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 0a5730c..3fbe8b2 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 = "21.2.4" +_PIP_VERSION = "22.0.4" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"), diff --git a/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl Binary files differdeleted file mode 100644 index 46d3012..0000000 --- a/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl +++ /dev/null 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 differnew file mode 100644 index 0000000..7ba048e --- /dev/null +++ b/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl |