From 018702a38cbaedfbe79311e46edec0b1da483d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:25:19 +0000 Subject: [PATCH] chore(deps): update hypothesis requirement from ~=6.158 to ~=6.160 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/v6.158.0...v6.160.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.160.0 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 2c0a50d..f357b73 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -17,5 +17,5 @@ mypy == 1.19.*; python_version < "3.10" 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.158; python_version >= "3.10" +hypothesis ~= 6.160; python_version >= "3.10" hypothesis ~= 6.141; python_version < "3.10"