Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Update resolvelib requirement from <0.6.0,>=0.5.3 to >=0.5.3,<0.9.0 #3

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Updates the requirements on resolvelib to permit the latest version.

Changelog

Sourced from resolvelib's changelog.

0.8.0 (2021-10-08)

Features

  • Add backtrack_causes to get_preference, which contains information about the requirements involved in the most recent backtrack. This allows the provider to utilise this information to tweak the ordering as well as for recording/reporting conflicts.

0.7.1 (2021-06-22)

Bug Fixes

  • When merging a candidate's dependencies, make sure the merge target is up-to-date within the loop, so the merge does not lose information when a candidate returns multiple dependency specifications under one identifier (e.g. specifyiung two dependencies a>1 and a<2, instead of one single a>1,<2 dependency). [#80](https://github.com/sarugaku/resolvelib/issues/80) <https://github.com/sarugaku/resolvelib/issues/80>_

0.7.0 (2021-04-13)

Features

  • Redesign get_preference() to include resolution state on dependencies other than the currently working one, to allow the provider to better take account of the global resolver knowledge and determine the best strategy. The provider now can, for example, correctly calculate how far a dependency is from the root node in the graph. [#74](https://github.com/sarugaku/resolvelib/issues/74) <https://github.com/sarugaku/resolvelib/issues/74>_

0.6.0 (2021-04-04)

Features

  • A new argument incompatibilities is now passed to the find_matches() hook, which the provider must use to exclude matches from the return value. [#68](https://github.com/sarugaku/resolvelib/issues/68) <https://github.com/sarugaku/resolvelib/issues/68>_

  • Redesign find_matches() to include resolution state on dependencies other than the currently working one, to handle usages that need to return candidates based on non-local states. One such example is PEP 508 direct URLs specified

... (truncated)

Commits

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)

Updates the requirements on [resolvelib](https://github.com/sarugaku/resolvelib) to permit the latest version.
- [Release notes](https://github.com/sarugaku/resolvelib/releases)
- [Changelog](https://github.com/sarugaku/resolvelib/blob/master/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@0.5.3...0.8.0)

---
updated-dependencies:
- dependency-name: resolvelib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants