diff --git a/pixi.toml b/pixi.toml index 873d0a1e73..2750b8e267 100644 --- a/pixi.toml +++ b/pixi.toml @@ -56,7 +56,7 @@ python = ">=3.14,<3.15" env.CARGO_TARGET_DIR = "target/pixi" [feature.rust.dependencies] -rust-src = ">=1.95,<1.96" +rust-src = ">=1.96,<1.97" [feature.rust.target.unix.activation] scripts = ["scripts/activate.sh"] @@ -177,7 +177,7 @@ go-shfmt = ">=3.12.0,<4" ruff = ">=0.15.10,<0.16" shellcheck = ">=0.11,<0.12" taplo = ">=0.10.0,<0.11" -ty = ">=0.0.55,<0.0.56" +ty = ">=0.0.56,<0.0.57" typos = ">=1.38.1,<2" zizmor = ">=1.18.0,<2"