diff --git a/poetry.lock b/poetry.lock index 17d108e..ec3aa82 100644 --- a/poetry.lock +++ b/poetry.lock @@ -342,7 +342,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.9.0" +version = "4.9.1" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -694,7 +694,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "9cbbacbb4de717f08c8d9d76f97d4487975d7e0a8241b7891cce80b796227da0" +content-hash = "abdeb7b2e8541e1dc61f1dd2134dddec7178b41c60ee4ac6f8a9e1c4a2c785b3" [metadata.files] ansible = [ @@ -927,8 +927,8 @@ jinja2 = [ {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, ] jsonschema = [ - {file = "jsonschema-4.9.0-py3-none-any.whl", hash = "sha256:5d0be0cd1b670438b71c3d3145b2abba1f9d197e3e91adc4c4bae4c0e114e252"}, - {file = "jsonschema-4.9.0.tar.gz", hash = "sha256:df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850"}, + {file = "jsonschema-4.9.1-py3-none-any.whl", hash = "sha256:8ebad55894c002585271af2d327d99339ef566fb085d9129b69e2623867c4106"}, + {file = "jsonschema-4.9.1.tar.gz", hash = "sha256:408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f"}, ] markupsafe = [ {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, diff --git a/pyproject.toml b/pyproject.toml index e8ab0d1..9c8daea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.5" flake8 = "4.0.1" -jsonschema = "4.9.0" +jsonschema = "4.9.1" nested-lookup = "0.2.25" pathspec = "0.9.0" python = "^3.8.0"