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