From 4c11b5f55630d9b5f1845bb0750f9fa29f37cb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:21:19 +0000 Subject: [PATCH] chore(deps): update hypothesis requirement from ~=6.158 to ~=6.161 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.161.6) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.161.6 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..19372eb 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.161; python_version >= "3.10" hypothesis ~= 6.141; python_version < "3.10"