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
-
c14e08a
Bump hypothesis-python version to 6.36.1 and update changelog -
da69999
Merge pull request #3221 from HypothesisWorks/create-pull-request/patch -
4782dfc
Skip test for fixed Pandas edge case -
a670621
Fix pytest>=7.0.0 deprecated import -
c3f5e1c
Create RELEASE.rst -
cabf13d
Pass on new Mypy version -
58840c4
Use Sphinx extlinks -
e8d8b2a
Format with new Black version -
57e94e7
Document functions() inference -
4d9cb32
Skip redundant formatting step - Additional commits viewable in compare view