Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2021

Bumps hypothesis from 5.49.0 to 6.2.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.2.0

If you use pytest-html, Hypothesis now includes the summary statistics for each test in the HTML report, whether or not the "--hypothesis- show-statistics" argument was passed to show them in the command-line output.

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

Hypothesis for Python - version 6.1.1

This patch updates our automatic code formatting to use shed, which includes autoflake, black, isort, and pyupgrade (issue #2780).

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

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.

Hypothesis for Python - version 6.0.4

This release prevents a race condition inside "recursive()" strategies. The race condition occurs when the same "recursive()" strategy is shared among tests that are running in multiple threads (issue #2717).

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

Hypothesis for Python - version 6.0.3

This patch improves the type annotations for "one_of()", by adding overloads to handle up to five distinct arguments as "typing.Union" before falling back to "typing.Any", as well as annotating the "|" ("or") operator for strategies (issue #2765).

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

Hypothesis for Python - version 6.0.2

This release makes some small improvements to how filtered strategies work. It should improve the performance of shrinking filtered

... (truncated)

Commits
  • fbe82e8 Bump hypothesis-python version to 6.2.0 and update changelog
  • 36acea8 Update test_interesting_origin.py
  • eee5245 Merge pull request #2854 from Zac-HD/html-statistics-report
  • 6188ce2 Report stats in HTML
  • 0058663 Document new integrations
  • 5f8202e Suppress example warning
  • 31f4161 Merge pull request #2857 from HypothesisWorks/sobolevn-patch-1
  • 7810fb1 Removes skip check from CI
  • 975678f Merge pull request #2850 from HypothesisWorks/create-pull-request/patch
  • 768b0a9 Update pinned dependencies
  • 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)

@dependabot dependabot bot added the dependencies Dependency version bump label Feb 12, 2021
@dependabot dependabot bot requested a review from xen0l February 12, 2021 04:09
@dependabot dependabot bot force-pushed the dependabot/pip/hypothesis-6.2.0 branch 2 times, most recently from edd8f90 to 404fdfd Compare February 12, 2021 19:07
@xen0l
Copy link
Owner

xen0l commented Feb 12, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/hypothesis-6.2.0 branch from 404fdfd to 8305896 Compare February 12, 2021 21:42
@codecov
Copy link

codecov bot commented Feb 12, 2021

Codecov Report

Merging #758 (8305896) into master (b5f576b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #758   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines          904       904           
=========================================
  Hits           904       904           

Continue to review full report at Codecov.

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

@xen0l xen0l merged commit 2001032 into master Feb 12, 2021
@xen0l xen0l deleted the dependabot/pip/hypothesis-6.2.0 branch February 12, 2021 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants