mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
gh-95339: update bundled pip to 22.2.1 (gh-95340)
(cherry picked from commit 226d02bb10)
Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
This commit is contained in:
parent
2ef7a72682
commit
fb422147d3
3 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "63.2.0"
|
||||
_PIP_VERSION = "22.2"
|
||||
_PIP_VERSION = "22.2.1"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Update bundled pip to 22.2.1.
|
||||
Loading…
Add table
Add a link
Reference in a new issue