@@ -45,7 +45,7 @@ mold = ">=2.40.2,<3"
4545# Shared feature for Python
4646#
4747[feature .python .dependencies ]
48- python = " >=3.13 ,<3.14 "
48+ python = " >=3.14 ,<3.15 "
4949
5050#
5151# Shared feature for Rust toolchain
@@ -69,11 +69,11 @@ RUSTC_WRAPPER = "sccache"
6969[feature .backends-release .dependencies ]
7070gh = " >=2,<3"
7171questionary = " >=2.1,<3"
72- rattler-build = " >=0.58.0 ,<0.59 "
72+ rattler-build = " >=0.59 ,<0.60 "
7373rich = " >=14,<15"
74- "ruamel.yaml" = " >=0.18 ,<0.19 "
75- sccache = " >=0.13.0 ,<0.14 "
76- tomlkit = " >=0.13 ,<0.14 "
74+ "ruamel.yaml" = " >=0.19 ,<0.20 "
75+ sccache = " >=0.14 ,<0.15 "
76+ tomlkit = " >=0.14 ,<0.15 "
7777
7878[feature .backends-release .tasks ]
7979generate-versions = { cmd = " python pixi-build-backends/scripts/generate-versions.py" , description = " Generate version env vars for CI" }
@@ -139,13 +139,13 @@ zig = ">=0.15.1,<0.16"
139139#
140140[feature .docs .dependencies ]
141141cairosvg = " >=2.8.2,<3"
142- click = " ==8.2 .1" # see https://github.com/mkdocs/mkdocs/issues/4032
142+ click = " ==8.3 .1" # see https://github.com/mkdocs/mkdocs/issues/4032
143143mdx_truly_sane_lists = " >=1.3,<2"
144144mike = " >=2.1.3,<3"
145145mkdocs-llmstxt = " >=0.4.0,<0.5"
146146mkdocs-material = " >=9.6.21,<10"
147147mkdocs-redirects = " >=1.2.1,<2"
148- nushell = " >=0.109.1 ,<0.110 "
148+ nushell = " >=0.111 ,<0.112 "
149149pillow = " >=12,<13"
150150
151151[feature .docs .tasks ]
@@ -171,8 +171,8 @@ cargo-deny = ">=0.19,<0.19.1" # 0.18.5 breaks license checking for uv crates
171171cargo-shear = " >=1.7.1,<2"
172172dprint = " >=0.49.1,<0.51"
173173go-shfmt = " >=3.12.0,<4"
174- ruff = " >=0.14.0 ,<0.15 "
175- shellcheck = " >=0.10.0 ,<0.11 "
174+ ruff = " >=0.15.5 ,<0.16 "
175+ shellcheck = " >=0.11 ,<0.12 "
176176taplo = " >=0.10.0,<0.11"
177177typos = " >=1.38.1,<2"
178178zizmor = " >=1.18.0,<2"
@@ -262,14 +262,14 @@ description = "Update one test channel by passing a value from mappings.toml (e.
262262dirty-equals = " >=0.11,<0.12"
263263filelock = " >=3.19.1,<4"
264264git = " >=2.51.0,<3"
265- inline-snapshot = " >=0.31.1 ,<0.32 "
266- py-rattler = " >=0.20 ,<0.21 "
265+ inline-snapshot = " >=0.32.4 ,<0.33 "
266+ py-rattler = " >=0.23 ,<0.24 "
267267pytest = " >=9.0.2,<10"
268268pytest-rerunfailures = " >=16.0.1,<17"
269269pytest-timeout = " >=2.4.0,<3"
270270pytest-xdist = " >=3.8.0,<4"
271271pyyaml = " >=6.0.3,<7"
272- rattler-build = " >=0.58.0 ,<0.59 "
272+ rattler-build = " >=0.59 ,<0.60 "
273273rich = " >=14.1.0,<15"
274274tomli-w = " >=1.2.0,<2"
275275types-pyyaml = " >=6.0.12.20250915,<7"
@@ -282,7 +282,7 @@ python-build = ">=1.3.0,<2"
282282# Feature for building rattler-build recipes
283283#
284284[feature .recipes .dependencies ]
285- rattler-build = " >=0.58.0 ,<0.59 "
285+ rattler-build = " >=0.59 ,<0.60 "
286286
287287[feature .recipes .tasks ]
288288build-backends = { cmd = " rattler-build build --recipe-dir empty --output-dir ." , cwd = " tests/build-backends" , description = " Build build-backends used for testing purposes" }
0 commit comments