diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-13 18:55:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 18:55:32 (GMT) |
commit | 4f340b07392dd50800f255ceee0ec1b7edd77dc9 (patch) | |
tree | 0c6d119b4f473fe34a721cd03abe76b67602e138 | |
parent | b5140a5811aa35f4b488849fb55d84504732d135 (diff) | |
download | cpython-4f340b07392dd50800f255ceee0ec1b7edd77dc9.zip cpython-4f340b07392dd50800f255ceee0ec1b7edd77dc9.tar.gz cpython-4f340b07392dd50800f255ceee0ec1b7edd77dc9.tar.bz2 |
[3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)
(cherry picked from commit d87f1b787ed38dfd307d82452f2efe9dc5b93942)
Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
Automerge-Triggered-By: GH:ned-deily
-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 | |||
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-11-13-34-16.bpo-46985.BgoMr2.rst | 1 |
4 files changed, 2 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 2a140a2..e510cc7 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ from . import _bundled __all__ = ["version", "bootstrap"] _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 diff --git a/Misc/NEWS.d/next/Library/2022-03-11-13-34-16.bpo-46985.BgoMr2.rst b/Misc/NEWS.d/next/Library/2022-03-11-13-34-16.bpo-46985.BgoMr2.rst new file mode 100644 index 0000000..2e08ee8 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-11-13-34-16.bpo-46985.BgoMr2.rst @@ -0,0 +1 @@ +Upgrade pip wheel bundled with ensurepip (pip 22.0.4) |