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

This commit is contained in:
renovate[bot] 2022-08-03 20:17:46 +02:00 committed by GitHub
parent b3ea853840
commit 3d06abfc94
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

@ -401,7 +401,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
@ -873,7 +873,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "f58e0673ce432492e0a17fdbee88a88e1cfee32235a75e5fe83b9af9e969e388"
content-hash = "19a6c3703bac0fa6f227157ea894c02c6ba11db215de0c908e7c5510746fcee6"
[metadata.files]
anyconfig = [
@ -1059,8 +1059,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

@ -45,7 +45,7 @@ docker-pycreds = "0.4.0"
environs = "9.5.0"
idna = "3.3"
ipaddress = "1.0.23"
jsonschema = "4.9.0"
jsonschema = "4.9.1"
nested-lookup = "0.2.25"
pathspec = "0.9.0"
python = "^3.7.0"