mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
Update bundled pip to 22.3.1
(cherry picked from commit 47ab8480e7
)
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
This commit is contained in:
parent
d8c11b75e2
commit
0a99a79afe
3 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ from importlib import resources
|
|||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "65.5.0"
|
||||
_PIP_VERSION = "22.3"
|
||||
_PIP_VERSION = "22.3.1"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update the bundled copy of pip to version 22.3.1.
|
Loading…
Add table
Add a link
Reference in a new issue