Skip to content

Bump hypothesis from 6.23.1 to 6.24.0

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

Bumps hypothesis from 6.23.1 to 6.24.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.24.0

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

(did you know that gTLDs can be both added and removed?)

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

Hypothesis for Python - version 6.23.4

This patch adds an error for when "shapes" in "xps.arrays()" is not passed as either a valid shape or strategy.

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

Hypothesis for Python - version 6.23.3

This patch updates our formatting with shed.

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

Hypothesis for Python - version 6.23.2

This patch replaces external links to NumPy API docs with "sphinx.ext.intersphinx" cross-references. It is purely a documentation improvement.

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

Commits
  • e329685 Bump hypothesis-python version to 6.24.0 and update changelog
  • 77e4a5e Merge pull request #3125 from Zac-HD/update-tlds-list
  • c44ae96 Add redis coverage test
  • ae0011a Update vendored gTLDs list
  • 595e7e6 Merge pull request #3124 from Zac-HD/add-pypy38-to-ci
  • 07c0141 Test on pypy3.8 in CI
  • b83c7d4 Bump hypothesis-python version to 6.23.4 and update changelog
  • b66d75f Merge pull request #3123 from honno/arrays-shape-error
  • d997b96 Replace lambda with a string expression in validation test case
  • 9c0a54a Raise InvalidArgument with bad shape in xps.arrays()
  • Additional commits viewable in compare view

Merge request reports