From a029cd4a6cf1ea3f12f464abe7b709ea8477d8d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:10:55 +0000 Subject: [PATCH] deps: Update dependency hypothesis to >=6.135.16 --- pixi.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 334de1d..562a576 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4253,7 +4253,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: 17ea66b6b47edc3a347d92258dbd798e13ab370d01b7e1c36c5b31be1a737e05 + sha256: 9b790b979ee30cd3120cd86d2f63915ed8b3aa4884d58f0439fcad6479e70852 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index e993dda..0259021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.3.1,<2.4" numpy = ">=2.1.3" -hypothesis = ">=6.135.15" +hypothesis = ">=6.135.16" dask-core = ">=2025.5.1" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.11.14,<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.15" +hypothesis = ">=6.135.16" array-api-strict = ">=2.3.1,<2.4" numpy = ">=1.22.0"