Skip to content

Bump hypothesis from 6.68.2 to 6.70.1

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

Bumps hypothesis from 6.68.2 to 6.70.1.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.70.1

This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy.

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

Hypothesis for Python - version 6.70.0

This release adds an optional "domains=" parameter to the "emails()" strategy, and excludes the special-use .arpa domain from the default strategy (issue #3567).

Thanks to Jens Tröger for reporting and fixing this bug!

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

Hypothesis for Python - version 6.69.0

This release turns "HealthCheck.return_value" and "HealthCheck.not_a_test_method" into unconditional errors. Passing them to "suppress_health_check=" is therefore a deprecated no-op. (issue #3568). Thanks to Reagan Lee for the patch!

Separately, GraalPy can now run and pass most of the hypothesis test suite (issue #3587).

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

Hypothesis for Python - version 6.68.3

This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy.

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

Commits
  • a147989 Bump hypothesis-python version to 6.70.1 and update changelog
  • 51705da Merge pull request #3600 from HypothesisWorks/create-pull-request/patch
  • 8a10706 Update pinned dependencies
  • 70b713a Bump hypothesis-python version to 6.70.0 and update changelog
  • 7e6725b Merge pull request #3572 from jenstroeger/add-special-use-domains-support
  • aa1ab87 Bump hypothesis-python version to 6.69.0 and update changelog
  • b288c2a Merge pull request #3581 from reaganjlee/master
  • 36375d5 Add test + release notes
  • 64822f5 Stop building pdfs due to latex bug
  • f3ef969 Add domains() strategy as optional arg for the emails() strategy
  • Additional commits viewable in compare view

Merge request reports