From 405e6f091fdc02ced8f4c8dbdbaf8d127b131325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 03:46:02 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement from <5,>=4.23 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.23.0...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de284be..c56aa37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -jsonschema[format]>=4.23,<5 +jsonschema[format]>=4.26.0,<5