Skip to content

Update all non-major dependencies - #13

Merged
manselmi-renovate[bot] merged 1 commit into
mainfrom
renovate/all-non-major
Aug 3, 2026
Merged

Update all non-major dependencies#13
manselmi-renovate[bot] merged 1 commit into
mainfrom
renovate/all-non-major

Conversation

@manselmi-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
pixi tools minor 0.75.0v0.76.0
renovatebot/github-action action patch v46.2.0v46.2.1

Release Notes

prefix-dev/pixi (pixi)

v0.76.0

Compare 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 --script works on init, run, add, remove, lock, list, tree, and workspace export.

# /// script
# requires-python = ">=3.11"

# dependencies = ["rich>=13.9.2"]
# ///
import rich

rich.print("Hi from [bold magenta]hello.py[/bold magenta]!")

pixi run --script hello.py is the whole setup: no pixi.toml, no .pixi folder, and no lock file unless you ask for one with pixi lock --script.

PEP 723 only covers Python and PyPI, so Pixi reads tool.pixi for the rest. This greatly extends the script's capabilities, for example to add conda dependencies:

# /// script
# dependencies = ["httpx"]

# [tool.pixi.workspace]
# channels = ["conda-forge"]

# [tool.pixi.dependencies]
# gdal = "*"

# ///

pixi init --script, pixi add --script <file> gdal, and pixi add --script <file> --pypi httpx write that block for you. Scripts don't have to be local either: pixi run --script takes 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], an lfs field for git dependencies, and configurable channel priority.

Added
Changed
Documentation
Fixed
New Contributors
renovatebot/github-action (renovatebot/github-action)

v46.2.1

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.2.0 (b48aa6c)
Miscellaneous Chores
  • deps: update dependency globals to v17.8.0 (3e46bd7)
  • deps: update dependency lint-staged to v17.2.0 (9c685f2)
  • deps: update node.js to v24.18.1 (f525256)
Build System
  • deps: lock file maintenance (3d8211a)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.0.1 (d471d52)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.2.1 (5cb64df)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.2.2 (a6b5808)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.2.3 (ab4d1eb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.3.0 (a427843)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.3.3 (2ac8329)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.4.0 (7665449)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.4.2 (0166c9f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.4.3 (8662b55)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.4.5 (1e71262)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.4.6 (7bec40c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.5.0 (d146e8b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.5.1 (ddd5dca)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.5.2 (0731dab)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.5.3 (700f3b5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.6.0 (7edb80e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.7.0 (127e8ef)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.7.1 (f7532d1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.7.2 (0fcd35b)
  • deps: update ghcr.io/zizmorcore/zizmor docker tag to v1.29.0 (#​1068) (581f6ac)
  • deps: update zizmorcore/zizmor-action action to v0.6.2 (e36e81c)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate CLI.

@manselmi-renovate
manselmi-renovate Bot enabled auto-merge (squash) August 3, 2026 12:25
@manselmi-renovate
manselmi-renovate Bot merged commit d105c51 into main Aug 3, 2026
2 checks passed
@manselmi-renovate
manselmi-renovate Bot deleted the renovate/all-non-major branch August 3, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants