From 7b91df29d8f040744ccd3c552bad6835ae97c0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:39:36 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.25.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.25.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.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10913a9c..c7a5f1d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ python-irodsclient==1.1.5 deepmerge==1.0.1 GitPython==3.1.44 Jinja2==3.1.6 -jsonschema==3.2.0 +jsonschema==4.25.0 kubernetes==25.3.0 PyYAML==5.4.1 requests==2.32.4