This is an automated email from the ASF dual-hosted git repository.
lprimak 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 07be59168 chore(deps): bump the pre-commit-hooks group with 3 updates
(#2863)
07be59168 is described below
commit 07be59168f04f85b69620cfe3669621981c19b99
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 18 20:48:06 2026 -0500
chore(deps): bump the pre-commit-hooks group with 3 updates (#2863)
Bumps the pre-commit-hooks group with 3 updates:
[https://github.com/oxipng/oxipng](https://github.com/oxipng/oxipng),
[https://github.com/python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema)
and
[https://github.com/editorconfig-checker/editorconfig-checker.python](https://github.com/editorconfig-checker/editorconfig-checker.python).
Updates `https://github.com/oxipng/oxipng` from v10.1.1 to 10.2.0
- [Release notes](https://github.com/oxipng/oxipng/releases)
- [Changelog](https://github.com/oxipng/oxipng/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/oxipng/oxipng/compare/628e241e23f368097883807fa6e985ccf7c00357...340cd9878d8d8289f09fa101b48a8f5f0b7783f4)
Updates `https://github.com/python-jsonschema/check-jsonschema` from 0.37.4
to 0.38.0
- [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/6b63472e72e1a91ed8a2f6d483790dfb644fa1d3...12e63946db2c5cfcc9030fac21c3883ba88c6ed8)
Updates
`https://github.com/editorconfig-checker/editorconfig-checker.python` from
3.8.0 to 3.11.1
- [Release
notes](https://github.com/editorconfig-checker/editorconfig-checker.python/releases)
-
[Commits](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3aa28ce11a84d747c5695ad10b81945f2400b54f...e8b4e28241a9ae8296ba6e4a491b5da4eda73283)
---
updated-dependencies:
- dependency-name: https://github.com/oxipng/oxipng
dependency-version: 10.2.0
dependency-type: direct:production
dependency-group: pre-commit-hooks
- dependency-name: https://github.com/python-jsonschema/check-jsonschema
dependency-version: 0.38.0
dependency-type: direct:production
dependency-group: pre-commit-hooks
- dependency-name:
https://github.com/editorconfig-checker/editorconfig-checker.python
dependency-version: 3.11.1
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index bc08dfb59..1b167c06b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -201,7 +201,7 @@ repos:
types: [markdown]
files: \.md$
- repo: https://github.com/oxipng/oxipng
- rev: 628e241e23f368097883807fa6e985ccf7c00357 # frozen: v10.1.1
+ rev: 340cd9878d8d8289f09fa101b48a8f5f0b7783f4 # frozen: v10.2.0
hooks:
- id: oxipng
priority: 16
@@ -209,7 +209,7 @@ repos:
description: check PNG files with oxipng
args: ['--fix', '-o', '4', '--strip', 'safe', '--alpha']
- repo: https://github.com/python-jsonschema/check-jsonschema
- rev: 6b63472e72e1a91ed8a2f6d483790dfb644fa1d3 # frozen: 0.37.4
+ rev: 12e63946db2c5cfcc9030fac21c3883ba88c6ed8 # frozen: 0.38.0
hooks:
- id: check-citation-file-format
priority: 100
@@ -229,7 +229,7 @@ repos:
name: run shellcheck
description: check Shell scripts with shellcheck
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
- rev: 3aa28ce11a84d747c5695ad10b81945f2400b54f # frozen: 3.8.0
+ rev: e8b4e28241a9ae8296ba6e4a491b5da4eda73283 # frozen: 3.11.1
hooks:
- id: editorconfig-checker
priority: 100