From c339c1d464e56e50e7ff003dd1cdf92193910355 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:14:41 +0000 Subject: [PATCH] deps: Update dependency pytest-run-parallel to >=0.10.0 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 7b63a8ce..8d5aaaf5 100644 --- a/pixi.toml +++ b/pixi.toml @@ -380,7 +380,7 @@ pytorch = ">=2.12.0" jaxlib = ">=0.10.2" [feature.nogil.dependencies] -pytest-run-parallel = ">=0.9.1" +pytest-run-parallel = ">=0.10.0" numpy = ">=2.3.5" dask-core = ">=2026.7.1" # No distributed, tornado, etc. # sparse = ">=0.19.1" # flaky, see data-apis/array-api-extra#900