fix(deps): update dependency jsonschema to v4.3.1 (#222)

This commit is contained in:
renovate[bot] 2021-12-17 09:12:51 +01:00 committed by GitHub
parent 968f608c4f
commit ed9a3ebf80
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

@ -398,7 +398,7 @@ plugins = ["setuptools"]
[[package]]
name = "jsonschema"
version = "4.3.0"
version = "4.3.1"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -872,7 +872,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "b3f1b41142aef13fd32496892be1f4d4f1429f7e85490340627a944d075a9b5a"
content-hash = "4c914fc4fe38d1ddcc88c5d6a71c3260b66a960d67ce7915cf372ce94c037fe5"
[metadata.files]
anyconfig = [
@ -1063,8 +1063,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.3.0-py3-none-any.whl", hash = "sha256:ab7069946a3ad2037e79a5cdc8d0e9a74cd00721d426d75c5d69a6707c778218"},
{file = "jsonschema-4.3.0.tar.gz", hash = "sha256:cb7f57b40f870409d7571844d0623f66d8078c90a9c255d9a4d4314b5ec3fc7c"},
{file = "jsonschema-4.3.1-py3-none-any.whl", hash = "sha256:91ffbad994d766041c6003d5f8f475cceb890c30084bd0e64847ccb1c10e48bb"},
{file = "jsonschema-4.3.1.tar.gz", hash = "sha256:0070ca8dd5bf47941d1e9d8bc115a3654b1138cfb8aff44f3e3527276107314f"},
]
marshmallow = [
{file = "marshmallow-3.14.1-py3-none-any.whl", hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400"},

View File

@ -45,7 +45,7 @@ docker-pycreds = "0.4.0"
environs = "9.3.5"
idna = "3.3"
ipaddress = "1.0.23"
jsonschema = "4.3.0"
jsonschema = "4.3.1"
nested-lookup = "0.2.23"
pathspec = "0.9.0"
python = "^3.7.0"