From 5e41a540d31a9d58cd9c0f5e05ef724870075e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 09:12:37 +0000 Subject: [PATCH] Bump jsonschema from 4.23.0 to 4.24.1 --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a51e823..fa97e6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "pandas==2.2.3", "simpy==4.1.1", "PyYAML==6.0.2", - "jsonschema==4.23.0" + "jsonschema==4.24.1" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 64080bd..fcceeff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pandas==2.2.3 # simulator simpy==4.1.1 PyYAML==6.0.2 -jsonschema==4.23.0 +jsonschema==4.24.1