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.5.4 to 1.0.1 in /dependencies/python #1876

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps resolvelib from 0.5.4 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>_

0.8.1 (2021-10-12)

Features

  • A new reporter hook resolving_conflicts is added. The resolver triggers this hook when it detects conflicts in the dependency tree, and before it attempts to fix them. The hook accepts one single argument causes, which is a list of (requirement, parent) 2-tuples that represents all the

... (truncated)

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.5.4 to 1.0.1.
- [Changelog](https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@0.5.4...1.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 30, 2024
Copy link

This pull request has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this pull request should stay open, please remove the O: stale 🤖 label or comment on the pull request.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

Copy link
Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #1927.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/pip/dependencies/python/resolvelib-1.0.1 branch November 4, 2024 00:15
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 O: stale 🤖 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants