From 79be196a97ce291d6fae8e7edcc03eb3252c84a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:42:16 +0000 Subject: [PATCH] deps(deps): update jsonschema requirement from >=4.0 to >=4.26.0 Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. - [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.0.0...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f5093cf..43078050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ full = [ "watchdog>=3.0", "gitpython>=3.1", "jinja2>=3.1", - "jsonschema>=4.0", + "jsonschema>=4.26.0", ] # Development dependencies dev = [ @@ -65,7 +65,7 @@ test = [ "pytest-cov>=4.0", "pytest-asyncio>=0.21.0", "aiofiles>=23.0", - "jsonschema>=4.0", + "jsonschema>=4.26.0", ] [tool.setuptools]