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 1.0.1 in /dependencies/python #4581

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps resolvelib from 0.8.1 to 1.0.1.

Changelog

Sourced from resolvelib's changelog.

1.0.1 (2023-03-09)

Bug Fixes

  • Fix calls to opaque objects and use provider interface calls instead. [#126](https://github.com/sarugaku/resolvelib/issues/126) <https://github.com/sarugaku/resolvelib/issues/126>_

1.0.0 (2023-03-08)

Features

  • Implement backjumping to significantly speed up the resolution process by skipping over irrelevant parts of the resolution search space. [#113](https://github.com/sarugaku/resolvelib/issues/113) <https://github.com/sarugaku/resolvelib/issues/113>_

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
  • c9ef371 Release 1.0.1
  • fb97e4c Add missing news fragment for patch release
  • 34bb1a7 Merge pull request #127 from sarugaku/avoid-intermediate-set
  • 409bcf7 Use itertools.chain to avoid intermediate set
  • e8fecf7 Merge pull request #126 from sarugaku/fix-
  • 5ede4c4 use set comprehension
  • 7e8adca fix: use the protocol method instead of .name attribute
  • 02fb736 Merge pull request #125 from sarugaku/release/1.0
  • 69ae325 Update release process
  • 40c867a Prebump to 1.0.1.dev0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 1.0.1.
- [Changelog](https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@0.8.1...1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 21, 2023
@zkoppert zkoppert added this pull request to the merge queue Aug 25, 2023
Merged via the queue into main with commit af9a6d1 Aug 25, 2023
4 checks passed
@zkoppert zkoppert deleted the dependabot/pip/dependencies/python/resolvelib-1.0.1 branch August 25, 2023 18:56
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant