bpo-43993: Update vendored pip to 21.1.1 by sbidoul · Pull Request #25761 · python/cpython
@ambv @pablogsal Is this OK to go into 3.8/3.9/3.10b1? I'm aware it's pretty close to the release, but typically ensurepip changes are low-impact, and 21.1 contained some rather annoying warnings that we'd like to suppress in the version that gets released with CPython.
@ambv @pablogsal Is this OK to go into 3.8/3.9/3.10b1?
LGTM for 3.10b1 but it needs to be merged before Monday to be included
FFY00
mentioned this pull request
Thanks @pablogsal I'll merge now. I won't trigger backports until I have the OK from @ambv though.
sbidoul
deleted the
update-vendored-pip-20210430-sbi
branch
Sorry, @sbidoul and @pfmoore, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker bf99b7151663905fd5e71efe45184dc8fffc3236 3.9
Sorry @sbidoul and @pfmoore, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker bf99b7151663905fd5e71efe45184dc8fffc3236 3.8
sbidoul added a commit to sbidoul/cpython that referenced this pull request
(cherry picked from commit bf99b71) Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
sbidoul added a commit to sbidoul/cpython that referenced this pull request
(cherry picked from commit bf99b71) Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
Thanks @ambv both merges done.