diff --git a/pixi.toml b/pixi.toml index b330e101..4ef496e9 100644 --- a/pixi.toml +++ b/pixi.toml @@ -61,7 +61,7 @@ numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.5,<2.6" numpy = ">=2.1.3" -hypothesis = ">=6.153.0" +hypothesis = ">=6.153.2" dask-core = ">=2026.3.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=2.1.8,<3" @@ -98,7 +98,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run [feature.tests.dependencies] pytest = ">=9.0.3" pytest-cov = ">=7.1.0" -hypothesis = ">=6.153.0" +hypothesis = ">=6.153.2" array-api-strict = ">=2.5,<2.6" numpy = ">=1.22.0" scipy = ">=1.15.2,<2"