From 9967a0d3d2b22d5ce8c6b4fe741e2203e284b67a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 21:27:17 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.4.0 (#122) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8275a41..be9f799 100644 --- a/poetry.lock +++ b/poetry.lock @@ -332,7 +332,7 @@ plugins = ["setuptools"] [[package]] name = "jsonschema" -version = "4.3.3" +version = "4.4.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -732,7 +732,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "119952bdc9489bbd6ca56f5db85645a95accd65810edbc8a9aec875b84ed19eb" +content-hash = "5b3f63398dad85ae3b8749281172e5b0a8a7c7a26418d210a4fb5e969e1d6796" [metadata.files] anyconfig = [ @@ -889,8 +889,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.3.3-py3-none-any.whl", hash = "sha256:eb7a69801beb7325653aa8fd373abbf9ff8f85b536ab2812e5e8287b522fb6a2"}, - {file = "jsonschema-4.3.3.tar.gz", hash = "sha256:f210d4ce095ed1e8af635d15c8ee79b586f656ab54399ba87b8ab87e5bff0ade"}, + {file = "jsonschema-4.4.0-py3-none-any.whl", hash = "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823"}, + {file = "jsonschema-4.4.0.tar.gz", hash = "sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83"}, ] marshmallow = [ {file = "marshmallow-3.14.1-py3-none-any.whl", hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400"}, diff --git a/pyproject.toml b/pyproject.toml index 7041c70..644d344 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.4.0" -jsonschema = "4.3.3" +jsonschema = "4.4.0" nested-lookup = "0.2.23" prometheus-client = "0.12.0" proxmoxer = "1.2.0"