From 6ebc536a2bb0480f0c60f409d2048e0e635a31aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:16:23 +0000 Subject: [PATCH] Update jsonschema requirement from ~=4.0 to ~=4.25 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.25.1) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.1 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 2289029756e..01bd9eb9a54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -94,7 +94,7 @@ pytest-flask ~=1.3 pytest-mock ~=3.15 # Anything 4.0 and up but not 5.0 -jsonschema ~= 4.0 +jsonschema ~= 4.25 # OpenAPI validation support openapi-core[flask] >= 0.19.0