mirror of https://github.com/python/cpython.git
[3.11] gh-103559: Update bundled pip version to 23.1.1 (gh-103560) (#103752)
(cherry picked from commit b2862950dc
)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
99db23d941
commit
a59dc1fb43
|
@ -11,7 +11,7 @@
|
|||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "65.5.0"
|
||||
_PIP_VERSION = "22.3.1"
|
||||
_PIP_VERSION = "23.1.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 23.1.1.
|
Loading…
Reference in New Issue