From 041a434c37c2e68bd0182f6e66c859bfa7fce4d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 09:13:49 +0000 Subject: [PATCH] chore(ci): Update dependency ruff to >=0.16.1,<0.17 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index f3dc4a9..7022eba 100644 --- a/pixi.toml +++ b/pixi.toml @@ -9,7 +9,7 @@ conda-recipe-v2-schema = { path = ".", editable = true } [dependencies] pydantic = ">=2.8.2,<3" -ruff = ">=0.5.2,<0.6" +ruff = ">=0.16.1,<0.17" pyyaml = ">=6.0.1,<7" jsonschema = ">=4.23.0,<5" pytest = ">=9.0.1,<10"