From 94b1ac16f075ab8d906254ad2b7707436892fa25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 19:32:37 +0000 Subject: [PATCH] Update hypothesis requirement from >=6.0 to >=6.152.4 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/hypothesis-python-6.0.0...hypothesis-python-6.152.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index ab9ce94..b1f8fec 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ pytest>=9.0.3 pytest-cov>=4.0 -hypothesis>=6.0 +hypothesis>=6.152.4 numpy>=1.20.0 matplotlib>=3.6 build>=1.2