Skip to content

Update Dependencies for pep621 - #21

Merged
daniel-mizsak merged 1 commit into
mainfrom
renovate/dependencies-for-pep621
Sep 18, 2026
Merged

daniel-mizsak merged 1 commit into
mainfrom
renovate/dependencies-for-pep621

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ansible (source) ==14.3.1 → ==14.4.0 age confidence
prek (source, changelog) ==0.4.14 → ==0.5.2 age confidence

Release Notes

ansible-community/ansible-build-data (ansible)

v14.4.0

Compare Source

j178/prek (prek)

v0.5.2

Compare Source

Released on 2026-09-03.

Enhancements
  • Allow unknown tags by default in check-yaml (#​2678)
Contributors

v0.5.1

Compare Source

Released on 2026-09-01.

Enhancements
  • Add --hide-status <passed|failed|skipped> for hook reports (#​2644)
  • Add prek init for repository setup (#​2636)
  • Apply hook env during environment creation (#​2650)
  • Disable error snippets in check-yaml diagnostics (#​2664)
  • Show hooks excluded by skip selectors (#​2645)
  • Support Pixi for Conda environments (#​2667)
  • Support cargo-binstall for Rust CLI dependencies (#​2658)
  • Warn about unused keys in user settings (#​2665)
Bug fixes
  • Reject unsupported YAML tags in check-yaml (#​2656)
Documentation
  • Clarify local hook documentation (#​2640)
  • Clarify pre-commit command compatibility (#​2635)
  • Document automatic PR fixes with autofix.ci (#​2643)
  • Document check-yaml unsafe support (#​2632)
  • Improve setup and workflow documentation (#​2637)
Other changes
  • Drop low-usage release targets (#​2651)
  • Generate a prek manifest JSON schema (#​2648)
Contributors

v0.5.0

Compare Source

Released on 2026-08-27.

Highlights
Choose where hook toolchains come from

language_version now accepts a source preference alongside the version
request, letting you control where prek looks for a compatible toolchain when
it creates a hook environment. Use managed (the default) or system to choose
which source prek tries first while still allowing fallback and downloads. Use
only-managed or only-system to require one source.

For example, this local Ruff hook requires a Python 3.12 toolchain managed by
prek:

repos:
  - repo: local
    hooks:
      - id: ruff
        name: ruff
        language: python
        entry: ruff check
        additional_dependencies: [ruff]
        language_version:
          request: "3.12"
          preference: only-managed

With only-managed, prek reuses a compatible toolchain from its managed store
or downloads one when needed. It never falls back to Python from PATH, an OS
package manager, or a version manager, so toolchain selection does not depend on
the developer or CI machine's external environment.

Existing scalar values such as language_version: "3.12" continue to work. See
toolchain management and language_version
for the full source-selection behavior. (#​2613)

Breaking changes

The breaking changes in this release are mostly small cleanups, and most users should not be affected.

  • Group names can no longer start with @. This prefix is now reserved for special group selectors such as the new @ungrouped selector. (#​2617)
  • PREK_MAX_CONCURRENCY has been removed. Use PREK_CONCURRENT_HOOKS and PREK_CONCURRENT_BATCHES to control hook and per-hook batch concurrency separately. (#​2620)
  • The top-level prek init-template-dir command has been removed. Use prek util init-template-dir, or prek init-templatedir for drop-in compatibility with pre-commit. (#​2623)
  • prek auto-update has been removed. Use prek update, or prek autoupdate for drop-in compatibility with pre-commit. (#​2619)
Enhancements
  • Add configurable toolchain source preferences (#​2613)
  • Allow explicit language: python to opt out of fast-path hooks (#​2608)
  • Group run and update options in CLI help (#​2629)
  • Preserve terminal theme contrast for status labels (#​2592)
  • Add @ungrouped group selector (#​2617)
  • Retry uv installation with static musl binary (#​2600)
  • Support {hook_repo} placeholder in hook entry (#​2602)
Bug fixes
  • Expose the git work tree to hooks running outside the git root (#​2579)
  • Isolate local hook environment installation (#​2615)
  • Preserve hook config deserialization error locations (#​2573)
  • Resolve hook log files from their config directory (#​2580)
  • Track explicit config paths as absolute paths (#​2574)
Documentation
  • Document prek run architecture (#​2630)
  • Publish versioned documentation (#​2626)
Contributors

Configuration

📅 Schedule: (in timezone Europe/Copenhagen)

  • Branch creation
    • Between 12:00 AM and 05:59 AM, on day 1 of the month (* 0-5 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ 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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Sep 18, 2026 •

Copy link
Copy Markdown

✅MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Max errors Warnings Elapsed time
✅ ACTION actionlint 1 0 0 0.02s
✅ ACTION zizmor 1 0 0 0.84s
✅ ANSIBLE ansible-lint yes no no 14.86s
✅ COPYPASTE jscpd yes no no 0.54s
✅ MARKDOWN markdownlint 1 0 0 0.39s
✅ MARKDOWN markdown-table-formatter 2 0 0 0.12s
✅ REPOSITORY betterleaks yes no no 0.67s
✅ REPOSITORY checkov yes no no 23.23s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 60.94s
✅ REPOSITORY osv-scanner yes no no 0.34s
✅ REPOSITORY secretlint yes no no 0.83s
✅ REPOSITORY syft yes no no 1.37s
✅ REPOSITORY trivy yes no no 13.64s
✅ REPOSITORY trivy-sbom yes no no 0.26s
✅ REPOSITORY trufflehog yes no no 1.97s
✅ YAML prettier 25 0 0 0.46s
✅ YAML v8r 25 0 0 8.99s
✅ YAML yamllint 25 0 0 0.26s

See detailed reports in MegaLinter artifacts

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@renovate
renovate Bot force-pushed the renovate/dependencies-for-pep621 branch from 5c66f37 to 0dcacb9 Compare September 18, 2026 11:33
@daniel-mizsak
daniel-mizsak merged commit fd4e8ae into main Sep 18, 2026
4 checks passed
@daniel-mizsak
daniel-mizsak deleted the renovate/dependencies-for-pep621 branch September 18, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant