From bb179d5abd3da072a4f9fad330bfcc53db4ebfe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:35:52 +0000 Subject: [PATCH] chore(deps): bump the github-dependencies group with 4 updates Bumps the github-dependencies group with 4 updates: [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell), [https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli), [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) and [https://github.com/editorconfig-checker/editorconfig-checker.python](https://github.com/editorconfig-checker/editorconfig-checker.python). Updates `https://github.com/codespell-project/codespell` from v2.4.1 to 2.4.2 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) Updates `https://github.com/igorshubovych/markdownlint-cli` from v0.47.0 to 0.48.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.22.0 to 1.23.1 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.22.0...v1.23.1) Updates `https://github.com/editorconfig-checker/editorconfig-checker.python` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/editorconfig-checker/editorconfig-checker.python/releases) - [Commits](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.6.0...3.6.1) --- updated-dependencies: - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.2 dependency-type: direct:production dependency-group: github-dependencies - dependency-name: https://github.com/igorshubovych/markdownlint-cli dependency-version: 0.48.0 dependency-type: direct:production dependency-group: github-dependencies - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.23.1 dependency-type: direct:production dependency-group: github-dependencies - dependency-name: https://github.com/editorconfig-checker/editorconfig-checker.python dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d98171dab..c3834e1d70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: files: \.md$ stages: [manual] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: run codespell @@ -100,7 +100,7 @@ repos: description: Trims trailing whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint name: run markdownlint @@ -125,7 +125,7 @@ repos: name: run gitleaks description: check for secrets with gitleaks - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.22.0 + rev: v1.23.1 hooks: - id: zizmor name: run zizmor @@ -162,7 +162,7 @@ repos: name: run shellcheck description: check Shell scripts with shellcheck - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker name: run editorconfig-checker