From 291a02d4260654ed25673daafa50a24b0f1073fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 07:34:47 +0200 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.19.0 (#650) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e995f3d..3e824dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -382,14 +382,14 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.18.6" +version = "4.19.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.18.6-py3-none-any.whl", hash = "sha256:dc274409c36175aad949c68e5ead0853aaffbe8e88c830ae66bb3c7a1728ad2d"}, - {file = "jsonschema-4.18.6.tar.gz", hash = "sha256:ce71d2f8c7983ef75a756e568317bf54bc531dc3ad7e66a128eae0d51623d8a3"}, + {file = "jsonschema-4.19.0-py3-none-any.whl", hash = "sha256:043dc26a3845ff09d20e4420d6012a9c91c9aa8999fa184e7efcfeccb41e32cb"}, + {file = "jsonschema-4.19.0.tar.gz", hash = "sha256:6e1e7569ac13be8139b2dd2c21a55d350066ee3f80df06c608b398cdc6f30e8f"}, ] [package.dependencies] @@ -985,4 +985,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "bcd034c97ed9dc179859143a3a3cbfa87309ec7120815eb08ecb0865e3c09ddd" +content-hash = "3a5f8f8e05ae34dcefe781c5caef7c8eedd381f001b84eece647fe48b3d44e87" diff --git a/pyproject.toml b/pyproject.toml index 62c89ca..5db7252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ ansible-core = {version = "2.15.2", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" -jsonschema = "4.18.6" +jsonschema = "4.19.0" nested-lookup = "0.2.25" pathspec = "0.11.2" python = "^3.9.0"