From 1dd194b4e52706b1fb79e1ecf33c64a98323cbc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:25:41 +0000 Subject: [PATCH] deps: Update dependency ruff to >=0.15.22,<0.16 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index e1a14791..a74eef31 100644 --- a/pixi.toml +++ b/pixi.toml @@ -72,7 +72,7 @@ hypothesis = ">=6.155.7" dask-core = ">=2026.7.1" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=2.1.10,<3" -ruff = ">=0.15.21,<0.16" +ruff = ">=0.15.22,<0.16" typos = ">=1.48.0,<2" actionlint = ">=1.7.12,<2" blacken-docs = ">=1.20.0,<2"