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"