Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

build(deps): bump pybreaker from 0.5.0 to 0.6.0 #64

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

Conversation

dependabot-preview[bot]
Copy link

Bumps pybreaker from 0.5.0 to 0.6.0.

Changelog

Sourced from pybreaker's changelog.

Changelog

Version 0.6.0 (October 22, 2019)

  • Use generator.throw to fix generator error raising (Thanks @​phillbaker)

Version 0.5.0 (March 19, 2019)

  • Add support for Python 3.7, where Stopiteration behaviour changes due to PEP 479 (Thanks @​jshiell)
  • Allow excluded exceptions to be specified as callables (Thanks @​jshiell)

Version 0.4.5 (October 26, 2018)

  • Fix bug with timeout window growing with additional breakers defined (Thanks @​shawndrape)

Version 0.4.4 (May 21, 2018)

  • Fix PyPI release

Version 0.4.3 (May 21, 2018)

Version 0.4.2 (November 9, 2017)

Version 0.4.1 (October 2, 2017)

  • Get initial CircuitBreaker state from state_storage (Thanks @​alukach)

Version 0.4.0 (June 23, 2017)

Version 0.3.3 (June 2, 2017)

  • Fixed bug that caused pybreaker to break (!) if redis package was not
    present (Thanks @​phillbaker)

Version 0.3.2 (June 1, 2017)

  • Added support for optional Redis backing (Thanks @​phillbaker)
  • Fixed: Should listener.failure be called when the circuit is closed
    and a call fails? (Thanks @​sj175 for the report)
... (truncated)
Commits
  • 70d240f Bump version to 0.6.0
  • 945b3ff Use generator.throw to fix generator error raising. (#48)
  • 42b05c7 Replace raise with return per PEP 479 recommendations (#46)
  • See full diff 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pybreaker](https://github.com/danielfm/pybreaker) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/danielfm/pybreaker/releases)
- [Changelog](https://github.com/danielfm/pybreaker/blob/master/CHANGELOG)
- [Commits](danielfm/pybreaker@0.5.0...0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2019
@dependabot-preview
Copy link
Author

Dependabot tried to add @underyx as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/kiwicom/crane/pulls/64/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the kiwicom/crane repository. // See: https://developer.github.com/v3/pulls/review_requests/#create-a-review-request

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants