mirror of
https://github.com/python/cpython.git
synced 2025-09-25 17:59:57 +00:00
[3.12] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107222)
gh-106774: Update bundled pip version to 23.2.1 (GH-106775)
This commit is contained in:
parent
5fd028b677
commit
2cdde10c5b
3 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ from importlib import resources
|
|||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('pip',)
|
||||
_PIP_VERSION = "23.1.2"
|
||||
_PIP_VERSION = "23.2.1"
|
||||
_PROJECTS = [
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
]
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update the bundled copy of pip to version 23.2.1.
|
Loading…
Add table
Add a link
Reference in a new issue