From c95f6102d6dac64b4c8638950733a9a302389104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:44:01 +0000 Subject: [PATCH] chore(deps): bump the pre-commit-hooks group across 1 directory with 2 updates Bumps the pre-commit-hooks group with 2 updates in the / directory: [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) and [https://github.com/python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema). 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/9257c6050c0261b8c57e712f632dc4a8010109a9...e3eebf65325ccc992422292cb7a4baee967cf815) Updates `https://github.com/python-jsonschema/check-jsonschema` from 0.37.3 to 0.37.4 - [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/5030dca3047414c338091455ac41803200ec1f0f...6b63472e72e1a91ed8a2f6d483790dfb644fa1d3) --- updated-dependencies: - 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/python-jsonschema/check-jsonschema dependency-version: 0.37.4 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8e47505a7..594802aaad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -125,7 +125,7 @@ repos: name: run gitleaks description: check for secrets with gitleaks - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: 9257c6050c0261b8c57e712f632dc4a8010109a9 # frozen: v1.25.2 + rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1 hooks: - id: zizmor name: run zizmor @@ -156,7 +156,7 @@ repos: description: check PNG files with oxipng args: ['--fix', '-o', '4', '--strip', 'safe', '--alpha'] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 5030dca3047414c338091455ac41803200ec1f0f # frozen: 0.37.3 + rev: 6b63472e72e1a91ed8a2f6d483790dfb644fa1d3 # frozen: 0.37.4 hooks: - id: check-citation-file-format name: run check-citation-file-format