From 69dc9efe04ad20dc97bc518bcfec99dceac6c829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:36:41 +0000 Subject: [PATCH] build(deps): Update check-jsonschema requirement Updates the requirements on [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) to permit the latest version. - [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: check-jsonschema dependency-version: 0.37.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 780a4486c..01ba42140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,5 +114,5 @@ dev = [ "pygments>=2.14,<3", "pymdown-extensions>=9.9.1,<11", "yamllint>=1.38,<2", - "check-jsonschema>=0.37.1,<1", + "check-jsonschema>=0.37.2,<1", ]