From 509d74796bf0d05d54c48d4ef207e2a33d35219c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:52:53 +0000 Subject: [PATCH] deps: Update dependency hypothesis to >=6.131.28 --- pixi.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 5201b6b8..c5eadf27 100644 --- a/pixi.lock +++ b/pixi.lock @@ -3936,7 +3936,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: 9e5333f19e26dd1aaeffcff7d9773c8ea8ffaecd16860c0d018fcd480e4aa8cc + sha256: 9d76fb8805ceb542471e2d82f1aa6b821db5f0a64fe04cc02d3d7c4bb728437e requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 1db23337..7a415f01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ numpydoc = ">=1.8.0,<2" array-api-strict = ">=2.3.1" numpy = ">=2.1.3" pytest = ">=8.3.5" -hypothesis = ">=6.131.8" +hypothesis = ">=6.131.28" dask-core = ">=2025.5.1" # No distributed, tornado, etc. # NOTE: don't add cupy, jax, pytorch, or sparse here, # as they slow down mypy and are not portable across target OSs @@ -80,7 +80,7 @@ lint = { depends-on = ["pre-commit", "pylint", "mypy", "pyright"] , description [tool.pixi.feature.tests.dependencies] pytest = ">=8.3.5" pytest-cov = ">=6.1.1" -hypothesis = ">=6.131.8" +hypothesis = ">=6.131.28" array-api-strict = ">=2.3.1" numpy = ">=1.22.0"