From 75c0ac7d13ea8535fc906eb7915a8c75aa19af7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:59:31 +0000 Subject: [PATCH] chore(deps): bump https://github.com/python-jsonschema/check-jsonschema Bumps the pre-commit-minor-patch group with 1 update in the / directory: [https://github.com/python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema). Updates `https://github.com/python-jsonschema/check-jsonschema` from 0.37.1 to 0.37.2 - [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.1...0.37.2) --- updated-dependencies: - dependency-name: https://github.com/python-jsonschema/check-jsonschema dependency-version: 0.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pre-commit-minor-patch ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb7bf3a..6d4b958 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -111,7 +111,7 @@ repos: # `files:` pattern at that time. Do not vendor third-party # schemas into this repository to fill the gap. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.37.1" + rev: "0.37.2" hooks: - id: check-jsonschema name: Validate example-config valid examples