From 801f5d395812975209b234f673bf32a0cf993798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:11:59 +0000 Subject: [PATCH] build(deps): bump the pre-commit-hooks group with 5 updates Bumps the pre-commit-hooks group with 5 updates: | Package | From | To | | --- | --- | --- | | [https://github.com/thlorenz/doctoc.git](https://github.com/thlorenz/doctoc) | `v2.4.1` | `2.5.0` | | [https://github.com/pypa/pip-audit](https://github.com/pypa/pip-audit) | `v2.10.0` | `2.10.1` | | [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) | `v1.25.2` | `1.26.1` | | [https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `v0.48.0` | `0.49.0` | | [https://github.com/python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) | `0.37.2` | `0.37.3` | Updates `https://github.com/thlorenz/doctoc.git` from v2.4.1 to 2.5.0 - [Release notes](https://github.com/thlorenz/doctoc/releases) - [Commits](https://github.com/thlorenz/doctoc/compare/v2.4.1...v2.5.0) Updates `https://github.com/pypa/pip-audit` from v2.10.0 to 2.10.1 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.10.0...v2.10.1) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.25.2 to 1.26.1 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.25.2...v1.26.1) Updates `https://github.com/igorshubovych/markdownlint-cli` from v0.48.0 to 0.49.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.0) Updates `https://github.com/python-jsonschema/check-jsonschema` from 0.37.2 to 0.37.3 - [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.2...0.37.3) --- updated-dependencies: - dependency-name: https://github.com/thlorenz/doctoc.git dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/pypa/pip-audit dependency-version: 2.10.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.26.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/igorshubovych/markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/python-jsonschema/check-jsonschema dependency-version: 0.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e1e1943af1..7f9a31682e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: name: run check hooks apply description: check that all the hooks apply to the repository - repo: https://github.com/thlorenz/doctoc.git - rev: v2.4.1 + rev: v2.5.0 hooks: - id: doctoc name: add TOC for Markdown files @@ -334,7 +334,7 @@ repos: name: run black-jupyter description: format Python files and Jupyter Notebooks with black - repo: https://github.com/pypa/pip-audit - rev: v2.10.0 + rev: v2.10.1 hooks: - id: pip-audit name: run pip-audit @@ -369,7 +369,7 @@ repos: name: run gitleaks description: check for secrets with gitleaks - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.25.2 + rev: v1.26.1 hooks: - id: zizmor name: run zizmor @@ -502,7 +502,7 @@ repos: args: [--markdown-linebreak-ext=md] exclude: \.Rd$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint name: run markdownlint @@ -512,7 +512,7 @@ repos: types: [markdown] files: \.md$ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.37.3 hooks: - id: check-citation-file-format name: run check-citation-file-format