From 8890adda8b81540cd52335574773d8adc241cd02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:30:00 +0000 Subject: [PATCH] deps: Update dependency hypothesis to >=6.138.3 --- pixi.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 0e51d08c..df9a70fc 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5135,7 +5135,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: efdea6859e9e326a59b438a6822cd6d5db6bdb5588688c8d55c509e6cc577f74 + sha256: 379c38604a87594737f24fdd2dc7eb623bf40bff2ca887e03a3ff83da66eca54 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 32817dc6..c2ab7739 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.136.4" +hypothesis = ">=6.138.3" dask-core = ">=2025.7.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.12.3,<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.136.4" +hypothesis = ">=6.138.3" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0"