From 42e6418b7ff8f745119e45484446e78fe9bc4b55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:07:37 +0000 Subject: [PATCH] fix(deps): update dependency jsonschema to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60921c3b..6bcdb90f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ requirements-parser = "0.9.0" tqdm = "4.66.4" click = "8.1.7" colorama = { version = "==0.4.6", platform = "win32" } -jsonschema = "=3.2.0" +jsonschema = "=4.26.0" dpath = "==1.5.0" GitPython = "==3.1.43" packaging = "==21.3"