diff --git a/pixi.lock b/pixi.lock index 3bdd8128..9ac05994 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5296,7 +5296,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.10.0.dev0 - sha256: dbc3abd6bb4ce3b508394e29344b9fd75c70414529dcaede915511a9cb0607c5 + sha256: 812ec0ad0217689dd80e9adfc7a16e17a1c56cec83ac9ea997e85251ac259810 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.11' diff --git a/pyproject.toml b/pyproject.toml index d6f02182..896b0aba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5" numpy = ">=2.1.3" -hypothesis = ">=6.148.7" +hypothesis = ">=6.148.8" dask-core = ">=2025.12.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=2.0.13,<3" @@ -94,7 +94,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run [tool.pixi.feature.tests.dependencies] pytest = ">=9.0.2" pytest-cov = ">=7.0.0" -hypothesis = ">=6.148.7" +hypothesis = ">=6.148.8" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0"