From b38955d1d58c079359426265528e0fa455561593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 02:12:55 +0000 Subject: [PATCH] deps: Update dependency hypothesis to >=6.165.10 --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index e4a30da6..979bb615 100644 --- a/pixi.toml +++ b/pixi.toml @@ -106,7 +106,7 @@ numpydoc = ">=1.10.0" # import dependencies for mypy: array-api-strict = ">=2.6.1" numpy = ">=2.1.3" -hypothesis = ">=6.155.7" +hypothesis = ">=6.165.10" dask-core = ">=2026.7.1" # No distributed, tornado, etc. dprint = ">=0.50.0" lefthook = ">=2.1.10" @@ -220,7 +220,7 @@ lint = { [feature.tests.dependencies] pytest = ">=9.1.1" pytest-cov = ">=7.1.0" -hypothesis = ">=6.155.7" +hypothesis = ">=6.165.10" array-api-strict = ">=2.6.1" numpy = ">=1.22.0" scipy = ">=1.15.2"