From ce2c253a55bc90a5b273fe455679fdd272bd9eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 02:19:42 +0000 Subject: [PATCH] chore(deps): bump check-jsonschema in the pip-minor-patch group Bumps the pip-minor-patch group with 1 update: [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema). Updates `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/0.37.3...0.37.4) --- updated-dependencies: - dependency-name: check-jsonschema dependency-version: 0.37.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44e0ef1..da92ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ # It is pinned to the exact version of the check-jsonschema pre-commit hook # in .pre-commit-config.yaml so the regression tests exercise the same # bundled vendor schemas as the default hooks, so bump them together. - "check-jsonschema==0.37.3", + "check-jsonschema==0.37.4", ] [tool.setuptools]