diff --git a/poetry.lock b/poetry.lock index 31d5a759..91e44c60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -232,14 +232,14 @@ files = [ [[package]] name = "jsonschema" -version = "4.23.0" +version = "4.24.0" description = "An implementation of JSON Schema validation for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566"}, - {file = "jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"}, + {file = "jsonschema-4.24.0-py3-none-any.whl", hash = "sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d"}, + {file = "jsonschema-4.24.0.tar.gz", hash = "sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196"}, ] [package.dependencies] @@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "8f664d97ed9a008570e67bd512af28ccf4e84280b5db9a27f3061a82173e4408" +content-hash = "bd5a71e1a2222f1c43fd92204479798d384b72c4c66312865f9803f9b37b1bc3" diff --git a/pyproject.toml b/pyproject.toml index 88fe2731..29a37973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" pyyaml = "^6.0" -jsonschema = "^4.23.0" +jsonschema = "^4.24.0" requests = "^2.32.4" ruamel-yaml = "^0.18.11" pydantic = "^2.11.5"