fix(deps): update dependency jsonschema to v4.5.1 (#218)

This commit is contained in:
renovate[bot] 2022-05-06 16:43:53 +02:00 committed by GitHub
parent 2b6ca23944
commit 9261f41d52
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

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

View File

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