fix(deps): update dependency jsonschema to v4.7.2 (#249)

This commit is contained in:
renovate[bot] 2022-07-13 09:00:41 +02:00 committed by GitHub
parent 2025e64f36
commit 5ced54d93a
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.6.1"
version = "4.7.2"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -738,7 +738,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "b17a7c2428fab1938bd0280cde95593700ff632ee96944b86fddab5e2ce87d4c"
content-hash = "c95fda7684ac7cb692df63a4b2fdea8a2652fd0443e1a5dea95e967636974b98"
[metadata.files]
anyconfig = [
@ -890,8 +890,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.6.1-py3-none-any.whl", hash = "sha256:5eb781753403847fb320f05e9ab2191725b58c5e7f97f1bed63285ca423159bc"},
{file = "jsonschema-4.6.1.tar.gz", hash = "sha256:ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b"},
{file = "jsonschema-4.7.2-py3-none-any.whl", hash = "sha256:c7448a421b25e424fccfceea86b4e3a8672b4436e1988ccbde92c80828d4f085"},
{file = "jsonschema-4.7.2.tar.gz", hash = "sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3"},
]
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.6.1"
jsonschema = "4.7.2"
nested-lookup = "0.2.25"
prometheus-client = "0.14.1"
proxmoxer = "1.3.1"