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 resolvelib from 0.8.1 to 0.9.0 #98

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 25, 2023

Bumps resolvelib from 0.8.1 to 0.9.0.

Changelog

Sourced from resolvelib's changelog.

0.9.0 (2022-11-17)

Features

  • A new reporter hook rejecting_candidate is added, replacing backtracking. The hook is called every time the resolver rejects a conflicting candidate before trying out the next one in line. [#101](https://github.com/sarugaku/resolvelib/issues/101) <https://github.com/sarugaku/resolvelib/issues/101>_

Bug Fixes

  • Some valid states that were previously rejected are now accepted. This affects states where multiple candidates for the same dependency conflict with each other. The information argument passed to AbstractProvider.get_preference may now contain empty iterators. This has always been allowed by the method definition but it was previously not possible in practice. [#91](https://github.com/sarugaku/resolvelib/issues/91) <https://github.com/sarugaku/resolvelib/issues/91>_
Commits
  • a65e197 Release 0.9.0
  • 262f110 Fix towncrier arg
  • ed26eb8 Merge pull request #111 from sanderr/issue/91-criteria-compatibility-check-fix
  • 546a11f added Resolution to type stub
  • 6e9cf49 pep8
  • 20df2c8 use packaging instead of setuptools
  • 8420583 Merge pull request #112 from sanderr/issue/103-test-deprecation-warnings
  • 3d71c81 fixed invalid version specifiers in a test index
  • ad9eaca removed TODO
  • cc1c220 added news fragment
  • 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)

Bumps [resolvelib](https://github.com/sarugaku/resolvelib) from 0.8.1 to 0.9.0.
- [Changelog](https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@0.8.1...0.9.0)

---
updated-dependencies:
- dependency-name: resolvelib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 25, 2023
@gignsky gignsky self-assigned this May 25, 2023
@gignsky gignsky added this to the release-1.0 milestone May 25, 2023
@gignsky gignsky merged commit 868d534 into dependabot-updates May 25, 2023
@gignsky gignsky deleted the dependabot/pip/dependabot-updates/resolvelib-0.9.0 branch May 25, 2023 22:02
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