Skip to content

deps: Update pixi tool constraint to >=0.70.0#802

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/pixi-0.x
Jun 15, 2026
Merged

deps: Update pixi tool constraint to >=0.70.0#802
renovate[bot] merged 1 commit into
mainfrom
renovate/pixi-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
pixi tool-constraint minor >=0.69.0>=0.70.0 0.70.2 (+1)

Release Notes

prefix-dev/pixi (pixi)

v0.70.0

Compare Source

✨ Highlights

This release brings a lot of exciting features.

Workspace dependencies

We now allow to define workspace dependencies that allows to set package matchspecs that then can be inherited by package dependencies. This is how it looks like:

[workspace.dependencies]
numpy = "1.*"
boltons = { version = ">=24", channel = "conda-forge" }
# Build packages
[package.build]
backend = { name = "foo-build", workspace = true }

[package.host-dependencies]
cmake = { workspace = true }

[package.target.linux-64.run-dependencies]
numpy = { workspace = true }

Further Improvements

  • Parallel pixi global update, which bring significant speedups if you have many installations
  • Support --no-config / --config-file
Added
Changed
Documentation
Fixed
Performance
New Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
@renovate renovate Bot enabled auto-merge (squash) June 15, 2026 19:55
@renovate renovate Bot merged commit de6b0c7 into main Jun 15, 2026
13 checks passed
@renovate renovate Bot deleted the renovate/pixi-0.x branch June 15, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants