diff --git a/poetry.lock b/poetry.lock index 362e48b..0f26d79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -374,14 +374,14 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.19.0" +version = "4.19.1" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.19.0-py3-none-any.whl", hash = "sha256:043dc26a3845ff09d20e4420d6012a9c91c9aa8999fa184e7efcfeccb41e32cb"}, - {file = "jsonschema-4.19.0.tar.gz", hash = "sha256:6e1e7569ac13be8139b2dd2c21a55d350066ee3f80df06c608b398cdc6f30e8f"}, + {file = "jsonschema-4.19.1-py3-none-any.whl", hash = "sha256:cd5f1f9ed9444e554b38ba003af06c0a8c2868131e56bfbef0550fb450c0330e"}, + {file = "jsonschema-4.19.1.tar.gz", hash = "sha256:ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf"}, ] [package.dependencies] @@ -997,4 +997,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "937a5ffe1f73bdcc9d44f964e840556d1d631d1fed8521e520d729378931d9d1" +content-hash = "60d867e9b5385f9974d6ed4dff69d3c8f8b73a05a6abd6fd6cbb9c049a5367f3" diff --git a/pyproject.toml b/pyproject.toml index 445f66d..0f7eab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ ansible-core = {version = "2.15.4", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" -jsonschema = "4.19.0" +jsonschema = "4.19.1" nested-lookup = "0.2.25" pathspec = "0.11.2" python = "^3.9.0"