From 9261f41d5218212f432de75a093b650fa9e32897 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 16:43:53 +0200 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.5.1 (#218) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 55df141..8b6b76e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,7 +336,7 @@ plugins = ["setuptools"] [[package]] name = "jsonschema" -version = "4.4.0" +version = "4.5.1" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -739,7 +739,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "39df22aad9b75875f2c19e382b2d0502830b1faf5ad3f8a6d919fbfa1f9f1d8c" +content-hash = "556cf49adb9b7c7f97314006ffd13c4d1a42691491cb2e8b1d621b351cdb59b9" [metadata.files] anyconfig = [ @@ -891,8 +891,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.4.0-py3-none-any.whl", hash = "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823"}, - {file = "jsonschema-4.4.0.tar.gz", hash = "sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83"}, + {file = "jsonschema-4.5.1-py3-none-any.whl", hash = "sha256:71b5e39324422543546572954ce71c67728922c104902cb7ce252e522235b33f"}, + {file = "jsonschema-4.5.1.tar.gz", hash = "sha256:7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc"}, ] marshmallow = [ {file = "marshmallow-3.15.0-py3-none-any.whl", hash = "sha256:ff79885ed43b579782f48c251d262e062bce49c65c52412458769a4fb57ac30f"}, diff --git a/pyproject.toml b/pyproject.toml index 52114fe..442d23f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.4" environs = "9.5.0" -jsonschema = "4.4.0" +jsonschema = "4.5.1" nested-lookup = "0.2.23" prometheus-client = "0.14.1" proxmoxer = "1.3.0"