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

chore(deps-dev): bump hypothesis from 6.0.4 to 6.1.0 #108

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2021

Bumps hypothesis from 6.0.4 to 6.1.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.1.0

This release teaches Hypothesis to distinguish between errors based on the cause or context of otherwise identical exceptions, which is particularly useful when internal errors can be wrapped by a library-specific or semantically appropriate exception such as:

try: do_the_thing(foo, timeout=10) except Exception as err: raise FooError("Failed to do the thing") from err

Earlier versions of Hypothesis only see the "FooError", while we can now distinguish a "FooError" raised because of e.g. an internal assertion from one raised because of a "TimeoutExceeded" exception.

The canonical version of these notes (with links) is on readthedocs.

Commits
  • eef13b1 Bump hypothesis-python version to 6.1.0 and update changelog
  • 4d99517 Merge pull request #2793 from Zac-HD/interesting-cause
  • 3618e18 Distinguish error causes
  • 3c90850 Merge pull request #2791 from Zac-HD/tweak-docs
  • 2c7ed92 Refactor tooling a little
  • f23785a Document thread-safety policy
  • 2a456c8 Update release, review guide
  • 1b27d24 Link cross-reference
  • 2bd3b30 No Numpy in tools env
  • 48de1ec Merge pull request #2777 from mristin/Mention-icontract-hypothesis-as-smoke-t...
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2021
@codecov-io
Copy link

codecov-io commented Jan 31, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.15%. Comparing base (04e4112) to head (02e6fa4).
Report is 402 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #108   +/-   ##
=======================================
  Coverage   87.15%   87.15%           
=======================================
  Files          44       44           
  Lines        1308     1308           
  Branches       93       93           
=======================================
  Hits         1140     1140           
  Misses        135      135           
  Partials       33       33           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04e4112...02e6fa4. Read the comment docs.

@rvodden rvodden merged commit 774b078 into master Feb 1, 2021
@rvodden rvodden deleted the dependabot/pip/master/hypothesis-6.1.0 branch February 1, 2021 07:50
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.

2 participants