Skip to content
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

Bump pip from 20.0.2 to 20.2.4 #492

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps pip from 20.0.2 to 20.2.4.

Changelog

Sourced from pip's changelog.

20.2.4 (2020-10-16)

Deprecations and Removals

  • Document that certain removals can be fast tracked. (#8417)
  • Document that Python versions are generally supported until PyPI usage falls below 5%. (#8927)

Features

  • New resolver: Avoid accessing indexes when the installed candidate is preferred and considered good enough. (#8023)
  • Improve error message friendliness when an environment has packages with corrupted metadata. (#8676)
  • Cache package listings on index packages so they are guarenteed to stay stable during a pip command session. This also improves performance when a index page is accessed multiple times during the command session. (#8905)
  • New resolver: Tweak resolution logic to improve user experience when user-supplied requirements conflict. (#8924)

Bug Fixes

  • New resolver: Correctly respect Requires-Python metadata to reject incompatible packages in --no-deps mode. (#8758)
  • New resolver: Pick up hash declarations in constraints files and use them to filter available distributions. (#8792)
  • New resolver: If a package appears multiple times in user specification with different --hash options, only hashes that present in all specifications should be allowed. (#8839)

Improved Documentation

  • Add ux documentation (#8807)

20.2.3 (2020-09-08)

Deprecations and Removals

  • Deprecate support for Python 3.5 (#8181)

Features

  • Make the setup.py install deprecation warning less noisy. We warn only when setup.py install succeeded and setup.py bdist_wheel failed, as situations where both fails are most probably irrelevant to this deprecation. (#8752)

20.2.2 (2020-08-11)

Bug Fixes

  • Only attempt to use the keyring once and if it fails, don't try again. This prevents spamming users with several keyring unlock prompts when they cannot unlock or don't want to do so. (#8090)
  • Fix regression that distributions in system site-packages are not correctly found when a virtual environment is configured with system-site-packages on. (#8695)
Commits
  • 57dd580 Bump for release
  • 6a8956d Merge pull request #8932 from uranusjr/new-resolver-lazy-sequence
  • 4aec7e8 Merge pull request #8758 from uranusjr/new-resolver-requires-python-when-no-deps
  • 0a637fa Merge pull request #8942 from brainwane/docs-8661
  • c8533f0 Merge pull request #8933 from brainwane/put-key-links-on-front-page
  • 74f48cf Merge pull request #8927 from hugovk/document-python-support-policy
  • ff5a9b5 Merge pull request #8926 from uranusjr/dont-crash-on-check
  • ae4d271 Merge pull request #8924 from uranusjr/new-resolver-try-user-requested-combin...
  • 314de5a Merge pull request #8912 from uranusjr/cache-found-candidates
  • e7e62d8 Merge pull request #8873 from hugovk/docs-3-months-deprecation
  • Additional commits viewable in compare view

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 20.0.2 to 20.2.4.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst)
- [Commits](pypa/pip@20.0.2...20.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 19, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 42.065% when pulling fdf34de on dependabot/pip/pip-20.2.4 into 10a4d82 on master.

@dependabot-preview
Copy link
Author

Superseded by #504.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pip-20.2.4 branch December 1, 2020 06:17
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