From e5438e4717d5134fc79675c64ce98076839956c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 05:37:17 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.23.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.23.0. - [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/v3.2.0...v4.23.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.23.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 aa1c0b77..2e40062d 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.23.0", "miracle-acl==0.0.4.post1", "pyjwt==1.7.1", "python-box==4.0.4",