From cde521587d2c5ad479f537af7d10f026c7866066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:04:47 +0000 Subject: [PATCH] Bump hypothesis from 6.152.1 to 6.152.4 in /test_package/numpy Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.1 to 6.152.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.1...hypothesis-python-6.152.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test_package/numpy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_package/numpy/requirements.txt b/test_package/numpy/requirements.txt index d5bfb62..589fcfb 100644 --- a/test_package/numpy/requirements.txt +++ b/test_package/numpy/requirements.txt @@ -1,4 +1,4 @@ -hypothesis==6.152.1 +hypothesis==6.152.4 numpy==2.4.4 pytest-xdist==3.8.0 pytest==9.0.3