From 93793c3c2c3b972e6cdacadff475dc6368617150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 08:50:06 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.25.0 --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.0 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 68afdd5e..58d8de2e 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==4.23.0", + "jsonschema==4.25.0", "miracle-acl==0.0.4.post1", "pyjwt==1.7.1", "python-box==4.0.4",