diff --git a/pixi.lock b/pixi.lock index 5d4db06..27b0fa1 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4279,7 +4279,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: a15ec1b7e82c6b8f3eb17bce01a864caf770a29b6d24b1cff79c0e7c3cb5117d + sha256: f310d5b4b0c22e02452981a83b9bad9627ebcd5558e4258c8ea98cd06121d7cf requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 6feb40f..69f1fca 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.135.16" +hypothesis = ">=6.136.4" dask-core = ">=2025.7.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.12.2,<2" @@ -96,7 +96,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run [tool.pixi.feature.tests.dependencies] pytest = ">=8.4.1" pytest-cov = ">=6.2.1" -hypothesis = ">=6.135.16" +hypothesis = ">=6.136.4" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0"