Skip to content

Commit 966f32a

Browse files
chore(deps): update dependency pre-commit to ~=4.4.0 (#669)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pre-commit](https://redirect.github.com/pre-commit/pre-commit) | `~=4.3.0` -> `~=4.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pre-commit/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pre-commit/4.3.0/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pre-commit/pre-commit (pre-commit)</summary> ### [`v4.4.0`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#440---2025-11-08) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v4.3.0...v4.4.0) \================== ##### Features - Add `--fail-fast` option to `pre-commit run`. - [#&#8203;3528](https://redirect.github.com/pre-commit/pre-commit/issues/3528) PR by [@&#8203;JulianMaurin](https://redirect.github.com/JulianMaurin). - Upgrade `ruby-build` / `rbenv`. - [#&#8203;3566](https://redirect.github.com/pre-commit/pre-commit/issues/3566) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - [#&#8203;3565](https://redirect.github.com/pre-commit/pre-commit/issues/3565) issue by [@&#8203;MRigal](https://redirect.github.com/MRigal). - Add `language: unsupported` / `language: unsupported_script` as aliases for `language: system` / `language: script` (which will eventually be deprecated). - [#&#8203;3577](https://redirect.github.com/pre-commit/pre-commit/issues/3577) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - Add support docker-in-docker detection for cgroups v2. - [#&#8203;3535](https://redirect.github.com/pre-commit/pre-commit/issues/3535) PR by [@&#8203;br-rhrbacek](https://redirect.github.com/br-rhrbacek). - [#&#8203;3360](https://redirect.github.com/pre-commit/pre-commit/issues/3360) issue by [@&#8203;JasonAlt](https://redirect.github.com/JasonAlt). ##### Fixes - Handle when docker gives `SecurityOptions: null`. - [#&#8203;3537](https://redirect.github.com/pre-commit/pre-commit/issues/3537) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - [#&#8203;3514](https://redirect.github.com/pre-commit/pre-commit/issues/3514) issue by [@&#8203;jenstroeger](https://redirect.github.com/jenstroeger). - Fix error context for invalid `stages` in `.pre-commit-config.yaml`. - [#&#8203;3576](https://redirect.github.com/pre-commit/pre-commit/issues/3576) PR by [@&#8203;asottile](https://redirect.github.com/asottile). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 7am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-sdk-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13aa68f commit 966f32a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dev = [
6767
"dycw-pytest-only~=2.1.0",
6868
"griffe",
6969
"mypy~=1.18.1",
70-
"pre-commit~=4.3.0",
70+
"pre-commit~=4.4.0",
7171
"pydoc-markdown~=4.8.0",
7272
"pytest-asyncio~=1.2.0",
7373
"pytest-cov~=7.0.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)