Skip to content

Chore(deps-dev): bump prek from 0.4.11 to 0.4.14 in /python - #7885

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/prek-0.4.14
Open

Chore(deps-dev): bump prek from 0.4.11 to 0.4.14 in /python#7885
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/prek-0.4.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps prek from 0.4.11 to 0.4.14.

Release notes

Sourced from prek's releases.

0.4.14

Release Notes

Released on 2026-08-17.

Enhancements

  • Support check-yaml unsafe mode (#2546)

Performance

  • Reuse allocations in common filters (#2548)

Bug fixes

  • Accept non-finite floats in check-yaml (#2545)
  • Allow comment-heavy YAML in check-yaml (#2554)
  • Sanitize captured terminal output before replay (#2552)

Contributors

Install prek 0.4.14

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.4.14/prek-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.4.14/prek-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install prek

Download prek 0.4.14

File Platform Checksum
prek-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
prek-x86_64-apple-darwin.tar.gz Intel macOS checksum
prek-aarch64-pc-windows-msvc.zip ARM64 Windows checksum

... (truncated)

Changelog

Sourced from prek's changelog.

0.4.14

Released on 2026-08-17.

Enhancements

  • Support check-yaml unsafe mode (#2546)

Performance

  • Reuse allocations in common filters (#2548)

Bug fixes

  • Accept non-finite floats in check-yaml (#2545)
  • Allow comment-heavy YAML in check-yaml (#2554)
  • Sanitize captured terminal output before replay (#2552)

Contributors

0.4.13

Released on 2026-08-10.

Highlights

Manage hook tools with mise

The new language: mise support lets hooks install tools using mise in an isolated environment:

repos:
  - repo: local
    hooks:
      - id: golangci-lint
        name: golangci-lint
        language: mise
        additional_dependencies: ["aqua:golangci/golangci-lint@2"]
        entry: golangci-lint run --fast-only ./...
        pass_filenames: false

Run commands in hook environments

The new prek exec subcommand can run an explicit command in a configured hook's prepared environment. For example, the hook above makes its managed binary available to this command:

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Usage: [Issues, PRs], Target: dependencies in the project python Usage: [Issues, PRs], Target: Python labels Aug 26, 2026
Copilot AI balanced review requested due to automatic review settings August 26, 2026 14:19
@dependabot dependabot Bot added python Usage: [Issues, PRs], Target: Python dependencies Usage: [Issues, PRs], Target: dependencies in the project labels Aug 26, 2026
@dependabot
dependabot Bot deployed to github-app-auth August 26, 2026 14:19 Active
@github-actions github-actions Bot changed the title Chore(deps-dev): bump prek from 0.4.11 to 0.4.14 in /python Python: Chore(deps-dev): bump prek from 0.4.11 to 0.4.14 in /python Aug 26, 2026
@dependabot
dependabot Bot deployed to github-app-auth August 26, 2026 14:20 Active
@dependabot
dependabot Bot deployed to github-app-auth August 26, 2026 14:20 Active
@dependabot
dependabot Bot deployed to github-app-auth August 26, 2026 14:20 Active

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Python development dependency prek from 0.4.11 to 0.4.14.

Changes:

  • Bumps the root prek development dependency.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Comment thread python/pyproject.toml
"rich>=13.7.1,<16.0.0",
"tomli==2.4.1",
"prek==0.4.11",
"prek==0.4.14",
@dependabot
dependabot Bot deployed to github-app-auth August 28, 2026 00:42 Active
Bumps [prek](https://github.com/j178/prek) from 0.4.11 to 0.4.14.
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.4.11...v0.4.14)

---
updated-dependencies:
- dependency-name: prek
  dependency-version: 0.4.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Python: Chore(deps-dev): bump prek from 0.4.11 to 0.4.14 in /python Chore(deps-dev): bump prek from 0.4.11 to 0.4.14 in /python Aug 28, 2026
@dependabot
dependabot Bot deployed to github-app-auth August 28, 2026 00:43 Active
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/prek-0.4.14 branch from 0d2bbec to a799bb3 Compare August 28, 2026 00:43
@dependabot
dependabot Bot deployed to github-app-auth August 28, 2026 00:43 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Usage: [Issues, PRs], Target: dependencies in the project python Usage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant