From 219a346c76288c92355adb3a070d122d9b47234c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 09:59:55 +0200 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.14.0 (#278) 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 8be2f99..54dcc51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -339,7 +339,7 @@ pipfile_deprecated_finder = ["requirementslib", "pipreqs"] [[package]] name = "jsonschema" -version = "4.13.0" +version = "4.14.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -737,7 +737,7 @@ docs = ["jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "jaraco.packaging (>=9) [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "303c56d0ec2154d5b792ba423a8bd7b67821a28b41e8e313ebe1e78ba576becb" +content-hash = "cc4eeb9ef105a256035af3276806096cd0c99ec3682638a984cf50468b8e1441" [metadata.files] anyconfig = [ @@ -897,8 +897,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.13.0-py3-none-any.whl", hash = "sha256:870a61bb45050b81103faf6a4be00a0a906e06636ffcf0b84f5a2e51faf901ff"}, - {file = "jsonschema-4.13.0.tar.gz", hash = "sha256:3776512df4f53f74e6e28fe35717b5b223c1756875486984a31bc9165e7fc920"}, + {file = "jsonschema-4.14.0-py3-none-any.whl", hash = "sha256:9892b8d630a82990521a9ca630d3446bd316b5ad54dbe981338802787f3e0d2d"}, + {file = "jsonschema-4.14.0.tar.gz", hash = "sha256:15062f4cc6f591400cd528d2c355f2cfa6a57e44c820dc783aee5e23d36a831f"}, ] marshmallow = [ {file = "marshmallow-3.17.0-py3-none-any.whl", hash = "sha256:00040ab5ea0c608e8787137627a8efae97fabd60552a05dc889c888f814e75eb"}, diff --git a/pyproject.toml b/pyproject.toml index f592d04..67f7a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.5" environs = "9.5.0" -jsonschema = "4.13.0" +jsonschema = "4.14.0" nested-lookup = "0.2.25" prometheus-client = "0.14.1" proxmoxer = "1.3.1"