Update all non-major dependencies - #13
Merged
Merged
Conversation
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.75.0→v0.76.0v46.2.0→v46.2.1Release Notes
prefix-dev/pixi (pixi)
v0.76.0Compare Source
[0.76.0] - 2026-08-03
✨ Highlights
A single Python file can now carry its own environment. Pixi reads PEP 723 inline metadata, and
--scriptworks oninit,run,add,remove,lock,list,tree, andworkspace export.pixi run --script hello.pyis the whole setup: nopixi.toml, no.pixifolder, and no lock file unless you ask for one withpixi lock --script.PEP 723 only covers Python and PyPI, so Pixi reads
tool.pixifor the rest. This greatly extends the script's capabilities, for example to add conda dependencies:pixi init --script,pixi add --script <file> gdal, andpixi add --script <file> --pypi httpxwrite that block for you. Scripts don't have to be local either:pixi run --scripttakes a URL, a Gist page (that one builds CPython 3.16 from git first), or-to read from stdin.Thanks @manzt for building this out across five PRs, see the standalone scripts docs for the rest. This release also adds
[package.run-exports], anlfsfield for git dependencies, and configurable channel priority.Added
--scriptby @manzt in #6648pixi listby @manzt in #6726[package.run-exports]in package manifests by @Hofer-Julian in #6696lfsfield to git dependencies by @Hofer-Julian in #6744Changed
Documentation
Fixed
New Contributors
renovatebot/github-action (renovatebot/github-action)
v46.2.1Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate CLI.