From 185caa1c646c3b8784736631f0ccf0654886ac7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:32:05 +0000 Subject: [PATCH] build(deps-dev): bump jsonschema from 4.25.1 to 4.26.0 in /integration Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.25.1 to 4.26.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.25.1...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integration/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/requirements-dev.txt b/integration/requirements-dev.txt index d975d9555..d7ebf5449 100644 --- a/integration/requirements-dev.txt +++ b/integration/requirements-dev.txt @@ -1,4 +1,4 @@ json-e==4.8.0 -jsonschema==4.25.1 +jsonschema==4.26.0 pytest==9.0.2