From e3dbb41b6db7744a448dbe39bfdfb7b91ade20eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:05:52 +0000 Subject: [PATCH] chore(deps-dev): update hypothesis requirement in /verifier 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.153.0...v6.156.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.156.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- verifier/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verifier/requirements-dev.txt b/verifier/requirements-dev.txt index 6947b2f..3df8b94 100644 --- a/verifier/requirements-dev.txt +++ b/verifier/requirements-dev.txt @@ -1,3 +1,3 @@ -r requirements.txt pytest>=9.0.3 -hypothesis>=6.153.0 +hypothesis>=6.156.1