From e2870e70da40f29c6f105855078db4d331866ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:42:18 +0000 Subject: [PATCH] deps: Update dependency pytest-run-parallel to >=0.9.1 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 301aa8ab..dddf98fb 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.9.0" +pytest-run-parallel = ">=0.9.1" numpy = ">=2.3.5" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2026.3.0" # No distributed, tornado, etc.