From 0cdff8e9f4c4c9c852c9ae40b27ebe3f21cb8c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:34:59 +0000 Subject: [PATCH 1/2] Bump hypothesis from 6.152.8 to 6.152.9 in /test_package/numpy Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.8 to 6.152.9. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.8...hypothesis-python-6.152.9) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.9 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 bbd349a..c6db735 100644 --- a/test_package/numpy/requirements.txt +++ b/test_package/numpy/requirements.txt @@ -1,4 +1,4 @@ -hypothesis==6.152.8 +hypothesis==6.152.9 numpy==2.4.6 pytest-xdist==3.8.0 pytest==9.0.3 From 68afce9cc25d880c2d84ed822e40d94bd083d2d8 Mon Sep 17 00:00:00 2001 From: update-env Date: Wed, 20 May 2026 04:36:05 +0000 Subject: [PATCH 2/2] Compile new test_package environments --- test_package/numpy/env/darwin.txt | 2 +- test_package/numpy/env/linux.txt | 2 +- test_package/numpy/env/win32.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_package/numpy/env/darwin.txt b/test_package/numpy/env/darwin.txt index 763d10e..948748c 100644 --- a/test_package/numpy/env/darwin.txt +++ b/test_package/numpy/env/darwin.txt @@ -1,6 +1,6 @@ execnet==2.1.2 # via pytest-xdist -hypothesis==6.152.8 +hypothesis==6.152.9 # via -r test_package/numpy/requirements.txt iniconfig==2.3.0 # via pytest diff --git a/test_package/numpy/env/linux.txt b/test_package/numpy/env/linux.txt index 763d10e..948748c 100644 --- a/test_package/numpy/env/linux.txt +++ b/test_package/numpy/env/linux.txt @@ -1,6 +1,6 @@ execnet==2.1.2 # via pytest-xdist -hypothesis==6.152.8 +hypothesis==6.152.9 # via -r test_package/numpy/requirements.txt iniconfig==2.3.0 # via pytest diff --git a/test_package/numpy/env/win32.txt b/test_package/numpy/env/win32.txt index 92cfbfe..3e6a9ef 100644 --- a/test_package/numpy/env/win32.txt +++ b/test_package/numpy/env/win32.txt @@ -2,7 +2,7 @@ colorama==0.4.6 # via pytest execnet==2.1.2 # via pytest-xdist -hypothesis==6.152.8 +hypothesis==6.152.9 # via -r test_package/numpy/requirements.txt iniconfig==2.3.0 # via pytest