mirror of https://github.com/python/cpython
gh-120888: Bump bundled pip to 24.1.1 (#120889)
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com> Co-authored-by: T. Wouters <thomas@python.org>
This commit is contained in:
parent
1167a9a30b
commit
4999e0bda0
|
@ -10,7 +10,7 @@ from shutil import copy2
|
|||
|
||||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PIP_VERSION = "24.0"
|
||||
_PIP_VERSION = "24.1.1"
|
||||
|
||||
# Directory of system wheel packages. Some Linux distribution packaging
|
||||
# policies recommend against bundling dependencies. For example, Fedora
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Upgrade pip wheel bundled with ensurepip (pip 24.1.1)
|
Loading…
Reference in New Issue