From a807e80c821a03769aee0006ef58c265222dc65b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:09:01 +0000 Subject: [PATCH] deps: Update dependency hypothesis to >=6.161.8 --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 1e5f9794..a918934a 100644 --- a/pixi.toml +++ b/pixi.toml @@ -69,7 +69,7 @@ numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.6.1,<2.7" numpy = ">=2.1.3" -hypothesis = ">=6.155.7" +hypothesis = ">=6.161.8" dask-core = ">=2026.7.1" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=2.1.10,<3" @@ -106,7 +106,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run [feature.tests.dependencies] pytest = ">=9.1.1" pytest-cov = ">=7.1.0" -hypothesis = ">=6.155.7" +hypothesis = ">=6.161.8" array-api-strict = ">=2.6.1,<2.7" numpy = ">=1.22.0" scipy = ">=1.15.2,<2"