From 7fa52abf22587b8e9f812688c113a5464e579c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:44:20 +0000 Subject: [PATCH] deps: Update dependency hypothesis to >=6.155.7 --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index d7fb4a3a..e468a8c5 100644 --- a/pixi.toml +++ b/pixi.toml @@ -68,7 +68,7 @@ numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.5,<2.6" numpy = ">=2.1.3" -hypothesis = ">=6.153.2" +hypothesis = ">=6.155.7" dask-core = ">=2026.6.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=2.1.9,<3" @@ -105,7 +105,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.153.2" +hypothesis = ">=6.155.7" array-api-strict = ">=2.5,<2.6" numpy = ">=1.22.0" scipy = ">=1.15.2,<2"