mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-101570: Update bundled pip version to 23.0 (#101571)
Update bundled pip version to 23.0 This is the current latest version of `pip`. --------- Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
This commit is contained in:
parent
39017e04b5
commit
19ac43629e
3 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from importlib import resources
|
||||||
__all__ = ["version", "bootstrap"]
|
__all__ = ["version", "bootstrap"]
|
||||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||||
_SETUPTOOLS_VERSION = "65.5.0"
|
_SETUPTOOLS_VERSION = "65.5.0"
|
||||||
_PIP_VERSION = "22.3.1"
|
_PIP_VERSION = "23.0"
|
||||||
_PROJECTS = [
|
_PROJECTS = [
|
||||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||||
("pip", _PIP_VERSION, "py3"),
|
("pip", _PIP_VERSION, "py3"),
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
||||||
|
Upgrade pip wheel bundled with ensurepip (pip 23.0)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue