fix(deps): update dependency jsonschema to v4.4.0 (#122)

This commit is contained in:
renovate[bot] 2022-01-21 21:27:17 +01:00 committed by GitHub
parent d1f70026c5
commit 9967a0d3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"},

View File

@ -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"