From 9a9779e4a7b5716337f8e1a62608418191e0ae45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 20:24:22 +0000 Subject: [PATCH] deps: Update dependency pytest-run-parallel to >=0.8.1 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 091a98be..53580596 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5296,7 +5296,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.10.0.dev0 - sha256: a7ba8a31bb84d8e344fe8803318bfbfb2d3d677746d0a0a8e1606e5def031286 + sha256: 064bda469f7692bc6b2a4018c596c36af55a31e54ccc726a6b0b912dda478dbd requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.11' diff --git a/pyproject.toml b/pyproject.toml index c02a0f1b..ddc617ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -190,7 +190,7 @@ pytorch = { version = ">=2.9.1", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0" -pytest-run-parallel = ">=0.8.0" +pytest-run-parallel = ">=0.8.1" numpy = ">=2.3.5" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2025.12.0" # No distributed, tornado, etc.