Skip to content

Bump pre-commit from 4.2.0 to 4.5.1#672

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pre-commit-4.5.1
Open

Bump pre-commit from 4.2.0 to 4.5.1#672
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pre-commit-4.5.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps pre-commit from 4.2.0 to 4.5.1.

Release notes

Sourced from pre-commit's releases.

pre-commit v4.5.1

Fixes

  • Fix language: python with repo: local without additional_dependencies.

pre-commit v4.5.0

Features

pre-commit v4.4.0

Features

Fixes

pre-commit v4.3.0

Features

Changelog

Sourced from pre-commit's changelog.

4.5.1 - 2025-12-16

Fixes

  • Fix language: python with repo: local without additional_dependencies.

4.5.0 - 2025-11-22

Features

4.4.0 - 2025-11-08

Features

Fixes

4.3.0 - 2025-08-09

Features

Commits
  • 8a0630c v4.5.1
  • fcbc745 Merge pull request #3597 from pre-commit/empty-setup-py
  • 51592ee fix python local template when artifact dirs are present
  • 67e8faf Merge pull request #3596 from pre-commit/pre-commit-ci-update-config
  • c251e6b [pre-commit.ci] pre-commit autoupdate
  • 98ccafa Merge pull request #3593 from pre-commit/pre-commit-ci-update-config
  • 4895355 [pre-commit.ci] pre-commit autoupdate
  • 2cedd58 Merge pull request #3588 from pre-commit/pre-commit-ci-update-config
  • 465192d [pre-commit.ci] pre-commit autoupdate
  • fd42f96 Merge pull request #3586 from pre-commit/zipapp-sha256-file-not-needed
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This is a routine Dependabot dependency bump for the pre-commit dev tool from 4.2.0 to 4.5.1 in pyproject.toml. The change only affects the developer tooling environment and has no impact on runtime behavior of the k-wave-python library itself.

  • Bumps pre-commit from 4.2.04.5.1 (3 minor releases: 4.3.0, 4.4.0, 4.5.0, 4.5.1)
  • Notable improvements included: rootless Docker detection, --fail-fast option, docker-in-docker support for cgroups v2, and a bugfix for language: python with repo: local without additional_dependencies
  • Dependabot compatibility score is provided and this is a low-risk dev-only update
  • No changes to production code, tests, or documentation

Confidence Score: 5/5

  • This PR is safe to merge — it is a dev-only dependency bump with no runtime impact.
  • The change is a single-line update to a dev dependency (pre-commit) with no effect on the library's runtime code, tests, or documentation. The new version includes only features and bug fixes; no breaking changes are noted in the changelog. Dependabot reports a high compatibility score.
  • No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Bumps the pre-commit dev dependency from 4.2.0 to 4.5.1; single line change with no functional impact on runtime code.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Developer runs pre-commit] --> B{pre-commit version}
    B -- "4.2.0 (old)" --> C[Missing: --fail-fast option]
    B -- "4.2.0 (old)" --> D[Missing: rootless Docker detection]
    B -- "4.2.0 (old)" --> E[Bug: local python repo without additional_dependencies]
    B -- "4.5.1 (new)" --> F[--fail-fast option available]
    B -- "4.5.1 (new)" --> G[Rootless Docker detection]
    B -- "4.5.1 (new)" --> H[Bug fixed: local python repo]
Loading

Reviews (1): Last reviewed commit: "Bump pre-commit from 4.2.0 to 4.5.1" | Re-trigger Greptile

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.5.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.2.0...v4.5.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 23, 2026
@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.09%. Comparing base (502565a) to head (1523912).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #672   +/-   ##
=======================================
  Coverage   74.09%   74.09%           
=======================================
  Files          56       56           
  Lines        7925     7925           
  Branches     1543     1543           
=======================================
  Hits         5872     5872           
  Misses       1435     1435           
  Partials      618      618           
Flag Coverage Δ
3.10 74.09% <ø> (ø)
3.11 74.09% <ø> (ø)
3.12 74.09% <ø> (ø)
3.13 74.09% <ø> (ø)
macos-latest 74.06% <ø> (ø)
ubuntu-latest 74.06% <ø> (ø)
windows-latest 74.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants