build(deps): bump hypothesis from 6.135.26 to 6.142.5 in /Tools
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(2 months ago)
(about 1 month ago)
Bumps hypothesis from 6.135.26 to 6.142.5.
Release notes
Sourced from hypothesis's releases.
Hypothesis for Python - version 6.142.5
This patch fixes "binary_operation()" to include imports for "hypothesis.extra.numpy" strategies such as "arrays()", "scalar_dtypes()", and "array_shapes()" when ghostwriting tests for functions with numpy array parameters (issue #4576).
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.142.4
Improve the accuracy of test timing reports, by tracking the start time of each test case closer to when the test is executed.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.142.3
Fix a recursion error when observability is enabled and a test generates an object with a recursive reference, like "a = []; a.append(a)".
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.142.2
Remove a case where Hypothesis would interact with the global "random.Random" instance if Hypothesis internals were used directly.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.142.1
Simplify some internal typing logic after dropping Python 3.9.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.142.0
This release drops support for Python 3.9, which reached end of life in October 2025.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.141.1
Fixes an error when using the Ghostwriter with annotations that include "typing.ForwardRef" on Python 3.14 (issue #4565).
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.141.0
The "from_field()" and "from_form()" strategies from our Django extra now support "FileField".
Thanks to Arjoonn Sharma for this fix!
... (truncated)
Commits
86d8a4dBump hypothesis-python version to 6.142.5 and update changelog54037eeMerge pull request #4578 from HypothesisWorks/claude/investigate-hypothesis-4...b9f0b13Add RELEASE.rst for patch release documenting ghostwriter fix0d70446Fix ghostwriter binary_operation to include numpy strategy imports7b93827Bump hypothesis-python version to 6.142.4 and update changelog7e7fe0cMerge pull request #4573 from Liam-DeVoe/timing1f63dfbbetter timing tracking4a3cbdcBump hypothesis-python version to 6.142.3 and update changelogedcc041Merge pull request #4569 from Liam-DeVoe/obervability-recursionerrore99b1ecdetect cycles in to_jsonable- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
hypothesis
pip
6.135.26 → 6.142.5
Minor
/Tools
Technical Details
| ID: | 10752160 |
| UUID: | 3578471819 |
| Node ID: | PR_kwDOPaLfvc6xAoZg |
| Host: | GitHub |
| Repository: | calekyos-ops/https-github.com-python-cpython |