diff --git a/pixi.lock b/pixi.lock index 402f91f7..2c3a4ae4 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: f88725092dcf65e89e0c841302598d4019200e70f993b809303a01863e6ce9e3 + sha256: f37172b5d674da233efd666d76aa4fea35f795bfe0723bd55e2c9e3a429ccab2 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 0a81f092..00ea63dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5" numpy = ">=2.1.3" -hypothesis = ">=6.138.3" +hypothesis = ">=6.140.2" dask-core = ">=2025.9.1" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.13.4,<2" @@ -96,7 +96,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run [tool.pixi.feature.tests.dependencies] pytest = ">=8.4.2" pytest-cov = ">=7.0.0" -hypothesis = ">=6.138.3" +hypothesis = ">=6.140.2" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0"