From efefce5bb35b56d3d0dd014cee4835ca26780889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:33:12 +0000 Subject: [PATCH] Update jsonschema requirement in /tools Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.25.0...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 9a60701a..97c93e89 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "httpretty >= 1.0, < 1.1", "importlib-resources >= 6.5, < 6.6", "jinja2 >= 3.1, < 3.2", - "jsonschema >= 4.25, < 4.26", + "jsonschema >= 4.25, < 4.27", "MarkupSafe >= 3.0, < 3.1", "pkgutil_resolve_name == 1.3.10", "pyyaml >= 6, < 7",