From 7c50deff612d34c1bb1adc00f13a85035dc1af95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 16:32:36 +0000 Subject: [PATCH] deps: Update dependency pytest-run-parallel to >=0.7.0 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 99115ab7..137d1ce6 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: e581a4b6938fc5528d5fd5b7a3db7cebcc9c27d5839d7eac28a3f4dfe777479e + sha256: 5d9489c328b2a5dd0ad1bdf3a895a7c241741b28a82ad1c6a6e3728d8573c109 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index c59d4ede..a00d140a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,7 +201,7 @@ pytorch = { version = ">=2.8.0", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0" -pytest-run-parallel = ">=0.6.1" +pytest-run-parallel = ">=0.7.0" numpy = ">=2.3.3" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2025.9.1" # No distributed, tornado, etc.