From 702ca46eff69807c5cf2159382df790df35c9f9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 08:24:20 +0000 Subject: [PATCH] deps: Update dependency pytest-run-parallel to >=0.5.0 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 3a3e907..bdad36a 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4279,7 +4279,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: f4b98abbfac34e7970b331cca6339d38fee2b52b7b021c198228f4e1d1b42171 + sha256: 7d997dc40f8585e186d5dffd8fdbff817429717e37fd96aa08e2f8a6f27648f1 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 76187b9..eb58d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,7 +197,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0" -pytest-run-parallel = ">=0.4.4" +pytest-run-parallel = ">=0.5.0" numpy = ">=2.3.1" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2025.7.0" # No distributed, tornado, etc.