Skip to content

Conversation

@dependabot-preview
Copy link

Bumps pip from 19.0.1 to 21.0.

Changelog

Sourced from pip's changelog.

21.0 (2021-01-23)

Deprecations and Removals

  • Drop support for Python 2. (#6148)
  • Remove support for legacy wheel cache entries that were created with pip versions older than 20.0. (#7502)
  • Remove support for VCS pseudo URLs editable requirements. It was emitting deprecation warning since version 20.0. (#7554)
  • Modernise the codebase after Python 2. (#8802)
  • Drop support for Python 3.5. (#9189)
  • Remove the VCS export feature that was used only with editable VCS requirements and had correctness issues. (#9338)

Features

  • Add --ignore-requires-python support to pip download. (#1884)
  • New resolver: Error message shown when a wheel contains inconsistent metadata is made more helpful by including both values from the file name and internal metadata. (#9186)

Bug Fixes

  • Fix a regression that made pip wheel do a VCS export instead of a VCS clone for editable requirements. This broke VCS requirements that need the VCS information to build correctly. (#9273)
  • Fix pip download of editable VCS requirements that need VCS information to build correctly. (#9337)

Vendored Libraries

  • Upgrade msgpack to 1.0.2.
  • Upgrade requests to 2.25.1.

Improved Documentation

  • Render the unreleased pip version change notes on the news page in docs. (#9172)
  • Fix broken email link in docs feedback banners. (#9343)

20.3.4 (2021-01-23)

Features

  • pip wheel now verifies the built wheel contains valid metadata, and can be installed by a subsequent pip install. This can be disabled with --no-verify. (#9206)
  • Improve presentation of XMLRPC errors in pip search. (#9315)

Bug Fixes

  • Fixed hanging VCS subprocess calls when the VCS outputs a large amount of data on stderr. Restored logging of VCS errors that was inadvertently removed in pip 20.2. (#8876)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pip](https://github.com/pypa/pip) from 19.0.1 to 21.0.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst)
- [Commits](pypa/pip@19.0.1...21.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 25, 2021
@dependabot-preview
Copy link
Author

Superseded by #584.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pip-21.0 branch February 1, 2021 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant