Skip to content

Bump hypothesis from 6.34.1 to 6.45.3

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

Bumps hypothesis from 6.34.1 to 6.45.3.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.45.3

This patch teaches the Ghostwriter to recognize many more common argument names (issue #3311).

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

Hypothesis for Python - version 6.45.2

This patch fixes issue #3314, where Hypothesis would raise an internal error from "domains()" or (only on Windows) from "timezones()" in some rare circumstances where the installation was subtly broken.

Thanks to Munir Abdinur for this contribution.

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

Hypothesis for Python - version 6.45.1

This release fixes deprecation warnings about "sre_compile" / "sre_parse" imports and "importlib.resources" usage when running Hypothesis on Python 3.11.

It also ensures that Hypothesis' test suite runs with warnings turned into errors, so that such issues will be discovered earlier in the future. This uncovered a couple of formerly hidden minor issues with the testsuite, which are now fixed as well.

Thanks to Florian Bruhin for this contribution.

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

Hypothesis for Python - version 6.45.0

This release updates "xps.indices()" by introducing an "allow_newaxis" argument, defaulting to "False". If "allow_newaxis=True", indices can be generated that add dimensions to arrays, which is achieved by the indexer containing "None". This change is to support a specification change that expand dimensions via indexing (data-apis/array-api#408).

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

Hypothesis for Python - version 6.44.0

This release adds the option to pass strategies for generating names for:

  • "pandas.Index" created via "indexes()"

  • "pandas.Series" created via "series()"

Hacked together by Sam Watts :)

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

Hypothesis for Python - version 6.43.3

... (truncated)

Commits
  • 7f1fa0b Bump hypothesis-python version to 6.45.3 and update changelog
  • 8e5140b Merge pull request #3313 from Zac-HD/ghostwrite-more-arguments
  • f523ae5 This code is in fact covered
  • 5d47cb0 Always raise Flaky from err
  • 3e3fa15 Ghostwrite for many more names
  • 63b94c2 Bump hypothesis-python version to 6.45.2 and update changelog
  • d7297f4 Merge pull request #3314 from mabdinur/master
  • abffc1b Tweak changelog entry
  • ba969e0 add release note and update _internal/datetime.py
  • 99dae37 fix(python/provisional): traversable.read_text raises ValueError in py3.10
  • Additional commits viewable in compare view

Merge request reports