This is an automated email from the ASF dual-hosted git repository.
boris-petrov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 766459036 chore(deps): bump the pre-commit-hooks group across 1
directory with 2 updates (#2822)
766459036 is described below
commit 766459036d8a552bdcb6e3320a58b275bd598caa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 09:56:02 2026 +0300
chore(deps): bump the pre-commit-hooks group across 1 directory with 2
updates (#2822)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 c8e47505a..594802aaa 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