fix(deps): update dependency jsonschema to v4.3.3

This commit is contained in:
Renovate Bot 2022-01-01 21:14:09 +00:00
parent 3de5aecdeb
commit a13d4f58d8
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
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.2"
version = "4.3.3"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -732,7 +732,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "040c337af71e29c8c1fddd9778fa1b40090a52b7f07d9c1d2ab6ee30106a250f"
content-hash = "8a047da40d1395839e0bf739d6e428c653ca1f48c6da6934c6bd09fbc5b7f9c8"
[metadata.files]
anyconfig = [
@ -889,8 +889,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.3.2-py3-none-any.whl", hash = "sha256:8697a10a5a5edc922d2eb8556c7f35e814436f3ed8278ec2f65d40e9312d7c80"},
{file = "jsonschema-4.3.2.tar.gz", hash = "sha256:cca171fb7544de15ccda236bf78d58434d769c9a2ce21d44e0d209e39eeb8876"},
{file = "jsonschema-4.3.3-py3-none-any.whl", hash = "sha256:eb7a69801beb7325653aa8fd373abbf9ff8f85b536ab2812e5e8287b522fb6a2"},
{file = "jsonschema-4.3.3.tar.gz", hash = "sha256:f210d4ce095ed1e8af635d15c8ee79b586f656ab54399ba87b8ab87e5bff0ade"},
]
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.3.5"
jsonschema = "4.3.2"
jsonschema = "4.3.3"
nested-lookup = "0.2.23"
prometheus-client = "0.12.0"
proxmoxer = "1.2.0"