From b8a97de4f93ce88314e7d818c83a2dc49220eff3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 10:46:15 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.17.1 (#331) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83564e8..428fdb4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -346,7 +346,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jsonschema" -version = "4.17.0" +version = "4.17.1" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -748,7 +748,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "0d6c6202565c39879bb482a8083374158e804e9445bc5dfeb24545203954b321" +content-hash = "f4680f8e1dc41236ed8fba3e782ed02b05317350992923bb35d02f9da46edc18" [metadata.files] anyconfig = [ @@ -909,8 +909,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.17.0-py3-none-any.whl", hash = "sha256:f660066c3966db7d6daeaea8a75e0b68237a48e51cf49882087757bb59916248"}, - {file = "jsonschema-4.17.0.tar.gz", hash = "sha256:5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d"}, + {file = "jsonschema-4.17.1-py3-none-any.whl", hash = "sha256:410ef23dcdbca4eaedc08b850079179883c2ed09378bd1f760d4af4aacfa28d7"}, + {file = "jsonschema-4.17.1.tar.gz", hash = "sha256:05b2d22c83640cde0b7e0aa329ca7754fbd98ea66ad8ae24aa61328dfe057fa3"}, ] marshmallow = [ {file = "marshmallow-3.18.0-py3-none-any.whl", hash = "sha256:35e02a3a06899c9119b785c12a22f4cda361745d66a71ab691fd7610202ae104"}, diff --git a/pyproject.toml b/pyproject.toml index 99ae5b8..d3e8813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" environs = "9.5.0" -jsonschema = "4.17.0" +jsonschema = "4.17.1" nested-lookup = "0.2.25" prometheus-client = "0.15.0" proxmoxer = "1.3.1"