diff --git a/poetry.lock b/poetry.lock index 843eb79..5c7f2b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -335,7 +335,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.17.1" +version = "4.17.3" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -679,7 +679,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.9.0" -content-hash = "3d1cd6a4a13414448f40ebd3bf0034b49a46def144895e7efa70b50e4f999c1d" +content-hash = "f3da35a402635fd46cc2f69da9a059481944636bfca8d375c136c69546e587f4" [metadata.files] ansible = [ @@ -921,8 +921,8 @@ jinja2 = [ {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, ] jsonschema = [ - {file = "jsonschema-4.17.1-py3-none-any.whl", hash = "sha256:410ef23dcdbca4eaedc08b850079179883c2ed09378bd1f760d4af4aacfa28d7"}, - {file = "jsonschema-4.17.1.tar.gz", hash = "sha256:05b2d22c83640cde0b7e0aa329ca7754fbd98ea66ad8ae24aa61328dfe057fa3"}, + {file = "jsonschema-4.17.3-py3-none-any.whl", hash = "sha256:a870ad254da1a8ca84b6a2905cac29d265f805acc57af304784962a2aa6508f6"}, + {file = "jsonschema-4.17.3.tar.gz", hash = "sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d"}, ] 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 6661d50..eab44fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" flake8 = "5.0.4" -jsonschema = "4.17.1" +jsonschema = "4.17.3" nested-lookup = "0.2.25" pathspec = "0.10.2" python = "^3.9.0"