Skip to content

Bump prek from 0.4.10 to 0.4.11 in /python - #7437

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

Bump prek from 0.4.10 to 0.4.11 in /python#7437
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/prek-0.4.11

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps prek from 0.4.10 to 0.4.11.

Release notes

Sourced from prek's releases.

0.4.11

Release Notes

Released on 2026-07-25.

Highlights

  • This release adds two new builtin hooks, deny-pattern and require-pattern, as native alternatives for pygrep use cases. deny-pattern fails when a configured pattern is found, while require-pattern ensures every selected file contains a match. By matching natively without spawning a Python subprocess, they run over 4x faster than pygrep in benchmarks. Note that they use Rust regex syntax, which does not support look-around features such as negative lookbehind.

  • prek run now supports --glob <PATTERN> to run hooks on tracked files matching a glob. It can be repeated or combined with --files and --directory.

  • Hook priorities now support reusable aliases:

    [priorities]
    checks = 10
    [[repos]]
    repo = "builtin"hooks = [
    { id = "check-json", priority = "checks" },
    { id = "check-yaml", priority = "checks" },
    ]

    This makes parallel scheduling easier to read and maintain.

Enhancements

  • Add deny-pattern and require-pattern builtin hooks (#2359)
  • Support --glob patterns in prek run (#2381)
  • Support reusable aliases for hook priorities (#2331)
  • Implement requirements-txt-fixer as a builtin hook (#2390)
  • Improve user-facing warnings and errors (#2380)
  • Install Node hooks through git url (#2394)

Performance

  • Reduce blocking-pool overhead in file hooks (#2384)
  • Speed up mixed-line-ending scans with memchr2 (#2391)

Bug fixes

... (truncated)

Changelog

Sourced from prek's changelog.

0.4.11

Released on 2026-07-25.

Highlights

  • This release adds two new builtin hooks, deny-pattern and require-pattern, as native alternatives for pygrep use cases. deny-pattern fails when a configured pattern is found, while require-pattern ensures every selected file contains a match. By matching natively without spawning a Python subprocess, they run over 4x faster than pygrep in benchmarks. Note that they use Rust regex syntax, which does not support look-around features such as negative lookbehind.

  • prek run now supports --glob <PATTERN> to run hooks on tracked files matching a glob. It can be repeated or combined with --files and --directory.

  • Hook priorities now support reusable aliases:

    [priorities]
    checks = 10
    [[repos]]
    repo = "builtin"hooks = [
    { id = "check-json", priority = "checks" },
    { id = "check-yaml", priority = "checks" },
    ]

    This makes parallel scheduling easier to read and maintain.

Enhancements

  • Add deny-pattern and require-pattern builtin hooks (#2359)
  • Support --glob patterns in prek run (#2381)
  • Support reusable aliases for hook priorities (#2331)
  • Implement requirements-txt-fixer as a builtin hook (#2390)
  • Improve user-facing warnings and errors (#2380)
  • Install Node hooks through git url (#2394)

Performance

  • Reduce blocking-pool overhead in file hooks (#2384)
  • Speed up mixed-line-ending scans with memchr2 (#2391)

Bug fixes

... (truncated)

Commits

@dependabotdependabotBot added dependencies Usage: [Issues, PRs], Target: dependencies in the project python Usage: [Issues, PRs], Target: Python labels Jul 30, 2026
CopilotAI review requested due to automatic review settings July 30, 2026 14:33
@dependabotdependabotBot added python Usage: [Issues, PRs], Target: Python dependencies Usage: [Issues, PRs], Target: dependencies in the project labels Jul 30, 2026
@dependabot
dependabotBottemporarily deployed to github-app-auth July 30, 2026 14:34 Inactive
@dependabot
dependabotBottemporarily deployed to github-app-auth July 30, 2026 14:34 Inactive
@github-actionsgithub-actionsBot changed the title Bump prek from 0.4.10 to 0.4.11 in /pythonPython: Bump prek from 0.4.10 to 0.4.11 in /pythonJul 30, 2026

CopilotAI 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

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the Python development dependencies to use a newer prek version.

Changes:

  • Bumped prek in the dev dependency group from 0.4.10 to 0.4.11.

@dependabot
dependabotBottemporarily deployed to github-app-auth July 30, 2026 22:54 Inactive
Bumps [prek](https://github.com/j178/prek) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.4.10...v0.4.11)
---
updated-dependencies:
- dependency-name: prek
dependency-version: 0.4.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot changed the title Python: Bump prek from 0.4.10 to 0.4.11 in /pythonBump prek from 0.4.10 to 0.4.11 in /pythonJul 30, 2026
@dependabot
dependabotBottemporarily deployed to github-app-auth July 30, 2026 22:55 Inactive
@dependabot
dependabotBotforce-pushed the dependabot/pip/python/prek-0.4.11 branch from 3a406f5 to cd3f787CompareJuly 30, 2026 22:55
@dependabot
dependabotBottemporarily deployed to github-app-auth July 30, 2026 22:55 Inactive
@moonbox3

Copy link
Copy Markdown
Contributor

Handled in #7445

@dependabot@github

dependabotBot commented on behalf of githubAug 3, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/pip/python/prek-0.4.11 branch August 3, 2026 02:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesUsage: [Issues, PRs], Target: dependencies in the projectpythonUsage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@moonbox3