Bump hypothesis from 6.34.1 to 6.36.1
Bumps hypothesis from 6.34.1 to 6.36.1.
Release notes
Sourced from hypothesis's releases.
Hypothesis for Python - version 6.36.1
This patch fixes some deprecation warnings from pytest 7.0, along with some code formatting and docs updates.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.36.0
This release disallows using "typing.Final" with "from_type()" and "register_type_strategy()".
Why? Because "Final" can only be used during "class" definition. We don't generate class attributes.
It also does not make sense as a runtime type on its own.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.35.1
This patch fixes "hypothesis write" output highlighting with rich version 12.0 and later.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.35.0
This release disallows using "typing.ClassVar" with "from_type()" and "register_type_strategy()".
Why? Because "ClassVar" can only be used during "class" definition. We don't generate class attributes.
It also does not make sense as a runtime type on its own.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.34.2
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
-
c14e08aBump hypothesis-python version to 6.36.1 and update changelog -
da69999Merge pull request #3221 from HypothesisWorks/create-pull-request/patch -
4782dfcSkip test for fixed Pandas edge case -
a670621Fix pytest>=7.0.0 deprecated import -
c3f5e1cCreate RELEASE.rst -
cabf13dPass on new Mypy version -
58840c4Use Sphinx extlinks -
e8d8b2aFormat with new Black version -
57e94e7Document functions() inference -
4d9cb32Skip redundant formatting step - Additional commits viewable in compare view