fix(deps): update dependency jsonschema to v4.9.1 (#268)

This commit is contained in:
renovate[bot] 2022-08-03 20:17:56 +02:00 committed by GitHub
parent 7eab4ebfd6
commit 508cabcc0a
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

@ -335,7 +335,7 @@ plugins = ["setuptools"]
[[package]]
name = "jsonschema"
version = "4.9.0"
version = "4.9.1"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -733,7 +733,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "69ca94846d1622f7d6c76a2b3ca894003ece5becb2804a0da6b1216c57c98a39"
content-hash = "0ae78120a0a56d80c6a798e0b70288cb7fc45cbd73d9d8bc6eafab78c51d7890"
[metadata.files]
anyconfig = [
@ -885,8 +885,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.9.0-py3-none-any.whl", hash = "sha256:5d0be0cd1b670438b71c3d3145b2abba1f9d197e3e91adc4c4bae4c0e114e252"},
{file = "jsonschema-4.9.0.tar.gz", hash = "sha256:df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850"},
{file = "jsonschema-4.9.1-py3-none-any.whl", hash = "sha256:8ebad55894c002585271af2d327d99339ef566fb085d9129b69e2623867c4106"},
{file = "jsonschema-4.9.1.tar.gz", hash = "sha256:408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f"},
]
marshmallow = [
{file = "marshmallow-3.17.0-py3-none-any.whl", hash = "sha256:00040ab5ea0c608e8787137627a8efae97fabd60552a05dc889c888f814e75eb"},

View File

@ -33,7 +33,7 @@ anyconfig = "0.13.0"
appdirs = "1.4.4"
colorama = "0.4.5"
environs = "9.5.0"
jsonschema = "4.9.0"
jsonschema = "4.9.1"
nested-lookup = "0.2.25"
prometheus-client = "0.14.1"
proxmoxer = "1.3.1"