From 68655ee0d440d1a4355d9f5bc1788f174496b1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:14:34 +0000 Subject: [PATCH] Bump hypothesis from 6.155.2 to 6.161.5 in /Tools Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.155.2 to 6.161.5. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.2...v6.161.5) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.161.5 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 b22b1934bf3..b9b4fe1776d 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.2 +hypothesis==6.161.5