Skip to content

Commit 154c9de

Browse files
chore(ci): Update Pixi
1 parent 1986505 commit 154c9de

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

pixi-build-backends/py-pixi-build-backend/pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pixi-build-api-version = ">=4,<5"
2929
PIP_REQUIRE_VIRTUALENV = "false"
3030

3131
[feature.build.dependencies]
32-
maturin = "~=1.10.2"
32+
maturin = "~=1.12.6"
3333
pip = "~=25.3.0"
3434
python = "*"
3535
rust = ">=1.90.0,<1.91"
@@ -49,11 +49,11 @@ toml = "*"
4949
types-toml = "*"
5050

5151
# Formatting and linting
52-
ruff = ">=0.14,<0.15"
52+
ruff = ">=0.15,<0.16"
5353

5454
[feature.dev.dependencies]
5555
# Development tools (IDE support)
56-
rust-src = ">=1.90.0,<1.91"
56+
rust-src = ">=1.94,<1.95"
5757

5858
[tasks]
5959
build = "maturin develop"

pixi.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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]
7070
gh = ">=2,<3"
7171
questionary = ">=2.1,<3"
72-
rattler-build = ">=0.58.0,<0.59"
72+
rattler-build = ">=0.59,<0.60"
7373
rich = ">=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]
7979
generate-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]
141141
cairosvg = ">=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
143143
mdx_truly_sane_lists = ">=1.3,<2"
144144
mike = ">=2.1.3,<3"
145145
mkdocs-llmstxt = ">=0.4.0,<0.5"
146146
mkdocs-material = ">=9.6.21,<10"
147147
mkdocs-redirects = ">=1.2.1,<2"
148-
nushell = ">=0.109.1,<0.110"
148+
nushell = ">=0.111,<0.112"
149149
pillow = ">=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
171171
cargo-shear = ">=1.7.1,<2"
172172
dprint = ">=0.49.1,<0.51"
173173
go-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"
176176
taplo = ">=0.10.0,<0.11"
177177
typos = ">=1.38.1,<2"
178178
zizmor = ">=1.18.0,<2"
@@ -262,14 +262,14 @@ description = "Update one test channel by passing a value from mappings.toml (e.
262262
dirty-equals = ">=0.11,<0.12"
263263
filelock = ">=3.19.1,<4"
264264
git = ">=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"
267267
pytest = ">=9.0.2,<10"
268268
pytest-rerunfailures = ">=16.0.1,<17"
269269
pytest-timeout = ">=2.4.0,<3"
270270
pytest-xdist = ">=3.8.0,<4"
271271
pyyaml = ">=6.0.3,<7"
272-
rattler-build = ">=0.58.0,<0.59"
272+
rattler-build = ">=0.59,<0.60"
273273
rich = ">=14.1.0,<15"
274274
tomli-w = ">=1.2.0,<2"
275275
types-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]
288288
build-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

Comments
 (0)