[3.10] gh-144538: Upgrade pip to 26.0.1 and setuptools to 80.10.2 (GH-144538)#144539
Closed
darklight3it wants to merge 3 commits intopython:3.10from
Closed
[3.10] gh-144538: Upgrade pip to 26.0.1 and setuptools to 80.10.2 (GH-144538)#144539darklight3it wants to merge 3 commits intopython:3.10from
darklight3it wants to merge 3 commits intopython:3.10from
Conversation
Member
|
Thanks for the PR, but a pip maintainer is planning on doing this today, so let's close this. We also normally make changes to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade pip to 26.0.1 and setuptools to 80.10.2
Summary
Updated Python's ensurepip module to bundle the latest versions of pip and setuptools, addressing 5 security vulnerabilities (CVEs).
Package Versions
CVEs Fixed
Verification
Checksums Verified ✅
bdb1b08f4274833d62c1aa29e20907365a2ceb950410df15fc9521bad440122b95b30ddfb717250edb492926c92b5221f7ef3fbcc2b07579bcd4a27da21d0173Vendored Dependencies Verified ✅
Testing
Build Test ✅
./configure --with-pydebug && make -j4Build completed successfully.
ensurepip Version Check ✅
Output:
pip 26.0.1 from .../Lib/ensurepip/_bundled/pip-26.0.1-py3-none-any.whl/pip (python 3.10)Virtual Environment Test ✅
Test Suite ✅
./python -m test test_ensurepipResult: 30 tests passed, 0 failed (13.123s)
Patchcheck ✅
All checks passed.
Compatibility
Breaking Changes
setuptools 80.0.0+
easy_installcommandpip 26.0+
Files Changed
Lib/ensurepip/__init__.py- Updated version constantsLib/ensurepip/_bundled/pip-26.0.1-py3-none-any.whl- New wheelLib/ensurepip/_bundled/setuptools-80.10.2-py3-none-any.whl- New wheelMisc/NEWS.d/next/Library/2026-02-05-13-28-14.gh-issue-000000.d17905.rst- NEWS entryReferences