From 688e950831c40a078bfa3edb7b1b277eb2faea1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 07:33:14 +0000 Subject: [PATCH] Update jsonschema requirement from <5,>=4 to >=4.26.0,<5 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.0.0...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 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 943b5ac..1abb541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "build>=1.5.0,<2", "cyclonedx-bom>=5,<8", "hypothesis>=6.152.4,<7", - "jsonschema>=4,<5", + "jsonschema>=4.26.0,<5", "pip-audit>=2.7,<3", "pytest>=9.0.3,<10", "pytest-cov>=5,<8",