deps: Update pixi tool constraint to >=0.73.0 - #875
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/pixi-0.x
branch
from
July 29, 2026 20:24
1c58bbc to
9eeef4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.72.2→>=0.73.00.75.0(+1)Release Notes
prefix-dev/pixi (pixi)
v0.73.0Compare Source
✨ Highlights
This release brings two big features:
workspace = truenow also works in environment[dependency]tablesAs usual we also fixed a couple of bugs.
workspace = truein environment dependency tablesUntil now,
{ workspace = true }only worked in the package dependency tables and required thepixi-buildpreview.With this release, the environment tables can inherit from
[workspace.dependencies]as well, no preview needed.That means a version shared by several features or targets only has to be declared once:
You can learn more about this feature in the docs: https://pixi.prefix.dev/v0.73.0/build/workspace_dependencies/
TOML 1.1
Pixi now fully supports TOML 1.1.
Most notably, inline tables can now span multiple lines and have trailing commas, which used to be a syntax error:
Commands that modify the manifest, like
pixi add, keep the layout you wrote.One word of caution: many other tools only read TOML 1.0 so far, so using the new syntax in
pyproject.tomlcan break them even though Pixi accepts it.Added
workspace = truein environment dependency tables by @Hofer-Julian in #6592Changed
pixi runby @hunger in #6518Documentation
Fixed
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.