mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-101997: Update bundled pip version to 23.0.1 (#101998)
This commit is contained in:
parent
b7c1126447
commit
89d9ff0f48
3 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "65.5.0"
|
||||
_PIP_VERSION = "23.0"
|
||||
_PIP_VERSION = "23.0.1"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Upgrade pip wheel bundled with ensurepip (pip 23.0.1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue