Skip to content

Bump hypothesis from 6.55.0 to 6.56.4

WKDV Bot requested to merge dependabot/pip/hypothesis-6.56.4 into develop

Bumps hypothesis from 6.55.0 to 6.56.4.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.56.4

This patch updates some docs, and depends on exceptiongroup 1.0.0 final to avoid a bug in the previous version.

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

Hypothesis for Python - version 6.56.3

This patch teaches "text()" to rewrite a few more filter predicates (issue #3134). You're unlikely to notice any change.

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

Hypothesis for Python - version 6.56.2

This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy, and fixes some incorrect examples in the docs for "mutually_broadcastable_shapes()".

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

Hypothesis for Python - version 6.56.1

This patch improves the error message when Hypothesis detects "flush to zero" mode for floating-point: we now report which package(s) enabled this, which can make debugging much easier. See issue #3458 for details.

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

Hypothesis for Python - version 6.56.0

This release defines "bool()" on "SearchStrategy". It always returns "True", like before, but also emits a warning to help with cases where you intended to draw a value (issue #3463).

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

Commits
  • 47b35ce Bump hypothesis-python version to 6.56.4 and update changelog
  • c9a1403 Merge pull request #3486 from Kludex/patch-1
  • 97e575e Add release notes
  • aaa1430 Clarify docs for max_examples
  • f80df10 Require stable exceptiongroup backport
  • 27b2982 Merge pull request #3494 from HypothesisWorks/use-3.11.0
  • 2365d5b Use 3.11.0 instead of 3.11-dev
  • 6fe7da6 Merge pull request #3492 from HypothesisWorks/create-pull-request/patch
  • c9342c3 Update pinned dependencies
  • fa6da16 Update core.py
  • Additional commits viewable in compare view

Merge request reports