From 044df9a204b94a6cfbbcc4c2eb324addbefcb42a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 12:48:46 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.3.0 (#281) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8ca7fbc..55d85ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -340,7 +340,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.2.1" +version = "4.3.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -705,7 +705,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "8fe23c09c0beb4c29b79ade76e93a348fe232cca40f0cbb60754a00f68053278" +content-hash = "42ef32570b5d46a95b811c89c51f327dccd5c13ae19ee7461ab8a40bcf708275" [metadata.files] ansible = [ @@ -927,8 +927,8 @@ jinja2 = [ {file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"}, ] jsonschema = [ - {file = "jsonschema-4.2.1-py3-none-any.whl", hash = "sha256:2a0f162822a64d95287990481b45d82f096e99721c86534f48201b64ebca6e8c"}, - {file = "jsonschema-4.2.1.tar.gz", hash = "sha256:390713469ae64b8a58698bb3cbc3859abe6925b565a973f87323ef21b09a27a8"}, + {file = "jsonschema-4.3.0-py3-none-any.whl", hash = "sha256:ab7069946a3ad2037e79a5cdc8d0e9a74cd00721d426d75c5d69a6707c778218"}, + {file = "jsonschema-4.3.0.tar.gz", hash = "sha256:cb7f57b40f870409d7571844d0623f66d8078c90a9c255d9a4d4314b5ec3fc7c"}, ] markupsafe = [ {file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53"}, diff --git a/pyproject.toml b/pyproject.toml index fbf09fc..1063215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.12.0" appdirs = "1.4.4" colorama = "0.4.4" flake8 = "4.0.1" -jsonschema = "4.2.1" +jsonschema = "4.3.0" nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.8.0"