From 9e2b775ee94fa270e0a75bd5d4d59fbb501f713d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 05:54:26 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.24.1 --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.24.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe50ec01..e4ba90c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "aiohttp==3.8.1", "deepdiff==4.0.9", "gitpython==3.1.30", - "jsonschema==3.2.0", + "jsonschema==4.24.1", "miracle-acl==0.0.4.post1", "pyjwt==1.7.1", "python-box==4.0.4",