Skip to content

Bump hypothesis from 6.8.3 to 6.10.1

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

Bumps hypothesis from 6.8.3 to 6.10.1.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.10.1

This patch fixes a deprecation warning if you're using recent versions of importlib-metadata (issue #2934), which we use to load third-party plugins such as Pydantic's integration. On older versions of importlib-metadata, there is no change and you don't need to upgrade.

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

Hypothesis for Python - version 6.10.0

This release teaches the Ghostwriter to read parameter types from Sphinx, Google, or Numpy-style structured docstrings, and improves some related heuristics about how to test scientific and numerical programs.

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

Hypothesis for Python - version 6.9.2

This release improves the Ghostwriter's handling of exceptions, by reading ":raises ...:" entries in function docstrings and ensuring that we don't suppresss the error raised by test assertions.

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

Hypothesis for Python - version 6.9.1

This patch updates our autoformatting tools, improving our code style without any API changes.

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

Hypothesis for Python - version 6.9.0

This release teaches "from_type()" how to see through "typing.Annotated". Thanks to Vytautas Strimaitis for reporting and fixing issue #2919!

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

Hypothesis for Python - version 6.8.12

If rich is installed, the hypothesis write command will use it to syntax-highlight the Ghostwritten code.

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

Hypothesis for Python - version 6.8.11

This patch improves an error message from "from_type()" when "builds()" would be more suitable (issue #2930).

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

Hypothesis for Python - version 6.8.10

This patch updates the type annotations for "arrays()" to reflect that

... (truncated)

Commits
  • 883ab7f Bump hypothesis-python version to 6.10.1 and update changelog
  • 47cb14e Merge pull request #2947 from Zac-HD/new-importlib
  • 9181052 Merge pull request #2948 from HypothesisWorks/create-pull-request/patch
  • 596b1be Update pinned dependencies
  • ffc161b Use new importlib API
  • f94f480 Merge pull request #2941 from HypothesisWorks/create-pull-request/patch
  • 46eae04 Update pinned dependencies
  • f119e70 Bump hypothesis-python version to 6.10.0 and update changelog
  • a467b88 Merge pull request #2929 from Zac-HD/read-docstring-params
  • fd26040 Update URL in error msg
  • Additional commits viewable in compare view

Merge request reports