From a95de523eafde734d2dd7d1d3fe577d0d88e2fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:34:21 +0000 Subject: [PATCH] deps: Update dependency pytest-run-parallel to >=0.9.0 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 4ef496e9..4eace9d1 100644 --- a/pixi.toml +++ b/pixi.toml @@ -210,7 +210,7 @@ pytorch = { version = ">=2.10.0", build = "cuda12*" } [feature.nogil.dependencies] python-freethreading = "~=3.13.0" -pytest-run-parallel = ">=0.8.2" +pytest-run-parallel = ">=0.9.0" numpy = ">=2.3.5" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2026.3.0" # No distributed, tornado, etc.