mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-113246: Updated bundled pip to 23.3.2 (gh-113249)
Updated bundled pip to 23.3.2
This commit is contained in:
parent
f428c4dafb
commit
4a24bf9a13
5 changed files with 8 additions and 7 deletions
|
@ -10,7 +10,7 @@ from importlib import resources
|
|||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('pip',)
|
||||
_PIP_VERSION = "23.3.1"
|
||||
_PIP_VERSION = "23.3.2"
|
||||
_PROJECTS = [
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue