mirror of https://github.com/python/cpython
gh-103872: Update bundled pip version to 23.1.2 (gh-103873)
closes: #103872 xref: https://github.com/pypa/pip/pull/12000 <!-- gh-issue-number: gh-103872 --> * Issue: gh-103872 <!-- /gh-issue-number --> --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
This commit is contained in:
parent
2763994be3
commit
438b811761
|
@ -10,7 +10,7 @@ from importlib import resources
|
|||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('pip',)
|
||||
_PIP_VERSION = "23.1.1"
|
||||
_PIP_VERSION = "23.1.2"
|
||||
_PROJECTS = [
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
]
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update the bundled copy of pip to version 23.1.2.
|
Loading…
Reference in New Issue