From 7ad022338dcab80de4271284e64611a40ac59ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 15:28:43 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.151.9 to 6.152.1 in /Tools Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.9 to 6.152.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.9...hypothesis-python-6.152.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.1 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 8ecf796ec7343a0..3274efb7875da13 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.151.9 +hypothesis==6.152.1