44.0.0
renovatebot/renovate44.0.0Jul 29, 2026by github-actions[bot]
AI Summary
A major version bump introducing a significant change to the PEP621/pixi manager regarding lockfile management.
Key Highlights
- PEP621 manager changes behavior regarding pixi.lock updates
- New capability to update pixi.lock if present
Breaking Changes
- The `pixi` manager no longer updates `pixi.lock` automatically. To keep `pixi.lock` updated, add `pixi` to the global `allowedUnsafeExecutions` option.
New Features
- Update pixi.lock if present
Full Release Notes
## [44.0.0](https://github.com/renovatebot/renovate/compare/43.288.0...44.0.0) (2026-07-29) ### ⚠ BREAKING CHANGES * **managers/pep621:** The `pixi` manager no longer updates `pixi.lock` automatically. To keep `pixi.lock` updated, add `pixi` to the global `allowedUnsafeExecutions` option. ### Features * **managers/pep621:** update pixi.lock if present ([#44004](https://github.com/renovatebot/renovate/issues/44004)) ([c3c70b8](https://github.com/renovatebot/renovate/commit/c3c70b8cdb7b67e2d1031796b50fef532c54d940))