Skip to content

Commit 8ebc67c

Browse files
chore(deps): update hypothesis requirement from ~=6.0 to ~=6.141
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.0.0...hypothesis-python-6.141.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cff5ced commit 8ebc67c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ mypy == 1.19.*
1212
pydantic >= 2.10, < 3
1313
# hypothesis: used by the opt-in fuzz test suites in test/openjd/expr
1414
# and test/openjd/model-v*. conftest.py imports it unconditionally.
15-
hypothesis ~= 6.0
15+
hypothesis ~= 6.141

0 commit comments

Comments
 (0)