From 0bd9e2dd77b5a5f1ee1d1ba455681345b04a0f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:05:12 +0000 Subject: [PATCH] Bump jsonschema from 4.23.0 to 4.25.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.23.0 to 4.25.1. - [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/v4.23.0...v4.25.1) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0441274..d242feb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ iniconfig==2.1.0 # via pytest jinja2==3.1.6 # via cookiecutter -jsonschema==4.23.0 +jsonschema==4.25.1 # via -r requirements.in jsonschema-specifications==2025.4.1 # via jsonschema