From cd47f071d690134999072b44cd0a5baf1efa76cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 23:28:36 +0000 Subject: [PATCH] build(deps): bump jsonschema from 4.24.1 to 4.25.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.24.1 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/v4.24.1...v4.25.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b7f1f4..e969205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "pytest-retry==1.7.0", "requests==2.32.4", "openai==1.97.0", - "jsonschema==4.24.1", + "jsonschema==4.25.0", "gitpython==3.1.44", ] doc = [