diff --git a/pixi.lock b/pixi.lock index e5ebde0c..f54e7fc4 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5156,7 +5156,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.2.dev0 - sha256: a20fb32d1f2bd4e3027d3dffca657ebfa98586f0f516951eee5803f129f9c5e0 + sha256: 42d4b146a26351df14ce97c973ffcf84f98c57fef5670215a21c4e386c4eadff requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 76e1d9e4..23e60c70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5" numpy = ">=2.1.3" -hypothesis = ">=6.142.4" +hypothesis = ">=6.148.2" dask-core = ">=2025.11.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=2.0.4,<3" @@ -95,7 +95,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run [tool.pixi.feature.tests.dependencies] pytest = ">=9.0.1" pytest-cov = ">=7.0.0" -hypothesis = ">=6.142.4" +hypothesis = ">=6.148.2" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0"