mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +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"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "65.5.0"
|
||||
_PIP_VERSION = "22.3.1"
|
||||
_PIP_VERSION = "23.0"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue