From 653f3c41e7f1d9c783a11183aa0b5bdecaa658c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:36:40 +0000 Subject: [PATCH] deps: Update dependency hypothesis to >=6.148.7 --- pixi.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index db43c5c9..091a98be 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5296,7 +5296,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.10.0.dev0 - sha256: b7a2669b3a14d47901d142f6d4d4c40d2f8c41a38e518e26ab2a7161dbbe267e + sha256: a7ba8a31bb84d8e344fe8803318bfbfb2d3d677746d0a0a8e1606e5def031286 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.11' diff --git a/pyproject.toml b/pyproject.toml index e9c4169f..c02a0f1b 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.2" +hypothesis = ">=6.148.7" dask-core = ">=2025.12.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=2.0.12,<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.2" +hypothesis = ">=6.148.7" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0"