From bf78538e6ed73114ad4b4e75e892a21e82a9bdb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:44:53 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.155.3 to 6.156.4 in /Tools Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.155.3 to 6.156.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.3...v6.156.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.156.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Tools/requirements-hypothesis.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt index aff7e3b0e224b9c..3da1072a14f2c27 100644 --- a/Tools/requirements-hypothesis.txt +++ b/Tools/requirements-hypothesis.txt @@ -1,4 +1,4 @@ # Requirements file for hypothesis that # we use to run our property-based tests in CI. -hypothesis==6.155.3 +hypothesis==6.156.4