mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)
(cherry picked from commit d87f1b787e)
Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
Automerge-Triggered-By: GH:ned-deily
This commit is contained in:
parent
b5140a5811
commit
4f340b0739
4 changed files with 2 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Binary file not shown.
BIN
Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
Normal file
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Upgrade pip wheel bundled with ensurepip (pip 22.0.4)
|
||||
Loading…
Add table
Add a link
Reference in a new issue