-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-106774: Update bundled pip version to 23.2.1 #106775
Conversation
@Yhg1s This is the regular update of the bundled pip. Assuming there are no issues with the release, I expect to backport it to 3.12 - can I confirm you don't have any objections to this? If we do have issues with the release, we'll follow up with a bugfix release, which I will also backport. I will ensure that any bug fixing is completed before 31st July, so we don't have any outstanding problems when RC1 is cut. Is this acceptable to you? Edit: To be clear, I won't start the backport of anything until we're sure we have a good release to go into Python. So I'll leave this unmerged until that point. |
Yes, if this can get into RC1, that's acceptable. |
@Yhg1s This is ready to merge now - we've released pip 23.2.1 with a single fix for an issue that was identified, and I've updated the PR to include that. If you can approve (subject to the tests passing, and me not getting any more "this branch is out of date with main" errors!) I'll merge and do the backports to 3.12 and 3.11. |
OK, merging this on the assumption that the comment above from @Yhg1s counts as sufficient approval. |
Thanks @pfmoore for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @pfmoore for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @pfmoore, I could not cleanly backport this to |
GH-107222 is a backport of this pull request to the 3.12 branch. |
* Update bundled pip version to 23.2.1 (cherry picked from commit f443b54) Co-authored-by: Paul Moore <[email protected]>
GH-107223 is a backport of this pull request to the 3.11 branch. |
* Update bundled pip version to 23.2.1
closes: #106774
xref: pypa/pip#12145