From 89330c57a50e99a308a9c5f25da608b576a4a49a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:17:29 +0000 Subject: [PATCH] chore(deps): update hypothesis requirement from ~=6.157 to ~=6.158 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.157.0...v6.158.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.157.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 1f466f5..2c0a50d 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.157; python_version >= "3.10" +hypothesis ~= 6.158; python_version >= "3.10" hypothesis ~= 6.141; python_version < "3.10"