diff --git a/poetry.lock b/poetry.lock index 353676e..9d6fde8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -362,14 +362,14 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.19.1" +version = "4.19.2" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.19.1-py3-none-any.whl", hash = "sha256:cd5f1f9ed9444e554b38ba003af06c0a8c2868131e56bfbef0550fb450c0330e"}, - {file = "jsonschema-4.19.1.tar.gz", hash = "sha256:ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf"}, + {file = "jsonschema-4.19.2-py3-none-any.whl", hash = "sha256:eee9e502c788e89cb166d4d37f43084e3b64ab405c795c03d343a4dbc2c810fc"}, + {file = "jsonschema-4.19.2.tar.gz", hash = "sha256:c9ff4d7447eed9592c23a12ccee508baf0dd0d59650615e847feb6cdca74f392"}, ] [package.dependencies] @@ -987,4 +987,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "8176072bdd6b8e55ecf90cdae30ca2a64a25257c8aa90968473ad3cce52fccce" +content-hash = "b574f8817e6b8f7874a848ea2fad234f9d4316fe44ccb368fad18537b7fdfb0a" diff --git a/pyproject.toml b/pyproject.toml index 2be72d8..6a96592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ ansible-core = {version = "2.15.5", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" -jsonschema = "4.19.1" +jsonschema = "4.19.2" nested-lookup = "0.2.25" pathspec = "0.11.2" python = "^3.9.0"