From 0f1ab2962fab74296a8c206070c82b5b922d491d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 06:32:55 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement in /scripts 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.21.0...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 982f5f2..8f1aa22 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,3 +1,3 @@ -jsonschema>=4.21.0 +jsonschema>=4.26.0 rich>=13.7.0 jinja2>=3.1.0