From b66c0b2ca6181a7a927c44bccc365a79aff64701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 02:02:37 +0000 Subject: [PATCH] Update jsonschema requirement from >=4.18 to >=4.26.0 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.18.0...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46da94939..182e6947c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ dependencies=[ 'distro', - 'jsonschema >= 4.18', + 'jsonschema >= 4.26.0', 'lmodule', 'PyYAML >= 5.12', 'requests', diff --git a/requirements.txt b/requirements.txt index 84f9bf208..e410f8433 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ distro isort # https://github.com/python-jsonschema/jsonschema/releases/tag/v4.18.0 deprecates jsonschema.RefResolver -jsonschema>=4.18 +jsonschema>=4.26.0 lmodule PyYAML>=5.2 requests