From a8c39b1119a8cae950dee23ea4562871586bc5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:41:02 +0000 Subject: [PATCH] Update check-jsonschema requirement from <1,>=0.37 to >=0.37.3,<1 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.0...0.37.3) --- updated-dependencies: - dependency-name: check-jsonschema dependency-version: 0.37.3 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 8b63677..0a9772a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [] [project.optional-dependencies] dev = [ - "check-jsonschema>=0.37,<1", + "check-jsonschema>=0.37.3,<1", "mypy>=1.16,<2", "pre-commit>=4,<5", "pytest-cov>=5,<7",