From 6eb27017c6383fb74e4789402919a7ce4b19f715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:03:19 +0000 Subject: [PATCH] chore(deps): update hypothesis requirement from ~=6.0 to ~=6.155 Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.0.0...v6.155.7) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 9c1ef299..b1611d18 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -12,4 +12,4 @@ mypy == 1.19.* pydantic >= 2.10, < 3 # hypothesis: used by the opt-in fuzz test suites in test/openjd/expr # and test/openjd/model-v*. conftest.py imports it unconditionally. -hypothesis ~= 6.0 \ No newline at end of file +hypothesis ~= 6.155 \ No newline at end of file