From b7fda6e87c2ff83a16baa6114b2c05a5e02190fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:34:31 +0000 Subject: [PATCH] build(deps): update jsonschema requirement from >=4.0.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 | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b872707..8126e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pandas>=2.2.0", "simpy>=3.0", "PyYAML>=5.1", - "jsonschema>=4.0.0" + "jsonschema>=4.26.0" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 25c3cb2..49f60c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pandas>=2.2.0 # simulator simpy>=3.0 PyYAML>=5.1 -jsonschema>=4.0.0 +jsonschema>=4.26.0