From 8ce9cf67e854ae03973b52c32b9eabe24ffde481 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 16:57:30 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.3.2 (#108) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f33304..7782e83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -332,7 +332,7 @@ plugins = ["setuptools"] [[package]] name = "jsonschema" -version = "4.3.1" +version = "4.3.2" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -732,7 +732,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "53bc9b35aa58b717ee28973a4ce99136caabf50f7f7feb901bf12a2f7230a782" +content-hash = "b472cdb4a20ace2c43aad55c6b804f03b0524b421c1459fc359cd47a47762cc0" [metadata.files] anyconfig = [ @@ -889,8 +889,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.3.1-py3-none-any.whl", hash = "sha256:91ffbad994d766041c6003d5f8f475cceb890c30084bd0e64847ccb1c10e48bb"}, - {file = "jsonschema-4.3.1.tar.gz", hash = "sha256:0070ca8dd5bf47941d1e9d8bc115a3654b1138cfb8aff44f3e3527276107314f"}, + {file = "jsonschema-4.3.2-py3-none-any.whl", hash = "sha256:8697a10a5a5edc922d2eb8556c7f35e814436f3ed8278ec2f65d40e9312d7c80"}, + {file = "jsonschema-4.3.2.tar.gz", hash = "sha256:cca171fb7544de15ccda236bf78d58434d769c9a2ce21d44e0d209e39eeb8876"}, ] marshmallow = [ {file = "marshmallow-3.14.1-py3-none-any.whl", hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400"}, diff --git a/pyproject.toml b/pyproject.toml index 35cea01..bc5d072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ anyconfig = "0.12.0" appdirs = "1.4.4" colorama = "0.4.4" environs = "9.3.5" -jsonschema = "4.3.1" +jsonschema = "4.3.2" nested-lookup = "0.2.23" prometheus-client = "0.12.0" proxmoxer = "1.2.0"