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

This commit is contained in:
renovate[bot] 2022-08-22 06:42:32 +00:00 committed by GitHub
parent b49853cb60
commit 12031c1753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -339,7 +339,7 @@ pipfile_deprecated_finder = ["requirementslib", "pipreqs"]
[[package]]
name = "jsonschema"
version = "4.13.0"
version = "4.14.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -571,7 +571,7 @@ python-versions = ">=3.7"
pytest = ">=5.0"
[package.extras]
dev = ["pytest-asyncio", "tox", "pre-commit"]
dev = ["pre-commit", "tox", "pytest-asyncio"]
[[package]]
name = "python-dotenv"
@ -737,7 +737,7 @@ docs = ["rst.linker (>=1.9)", "jaraco.packaging (>=9)", "sphinx"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "303c56d0ec2154d5b792ba423a8bd7b67821a28b41e8e313ebe1e78ba576becb"
content-hash = "cc4eeb9ef105a256035af3276806096cd0c99ec3682638a984cf50468b8e1441"
[metadata.files]
anyconfig = [
@ -898,8 +898,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.13.0-py3-none-any.whl", hash = "sha256:870a61bb45050b81103faf6a4be00a0a906e06636ffcf0b84f5a2e51faf901ff"},
{file = "jsonschema-4.13.0.tar.gz", hash = "sha256:3776512df4f53f74e6e28fe35717b5b223c1756875486984a31bc9165e7fc920"},
{file = "jsonschema-4.14.0-py3-none-any.whl", hash = "sha256:9892b8d630a82990521a9ca630d3446bd316b5ad54dbe981338802787f3e0d2d"},
{file = "jsonschema-4.14.0.tar.gz", hash = "sha256:15062f4cc6f591400cd528d2c355f2cfa6a57e44c820dc783aee5e23d36a831f"},
]
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.13.0"
jsonschema = "4.14.0"
nested-lookup = "0.2.25"
prometheus-client = "0.14.1"
proxmoxer = "1.3.1"