From f39b5e5a462269b7ed010c720baf079515e1303d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:04:32 +0100 Subject: [PATCH] Update jsonschema requirement from ~=4.0 to ~=4.25 (#3618) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3bcb47c..d92f3b7e 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