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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-22 09:59:48 +02:00 committed by GitHub
parent f667915ef4
commit a68018500b
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

@ -406,7 +406,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
@ -627,7 +627,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-dateutil"
@ -878,7 +878,7 @@ docs = ["jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "jaraco.packaging (>=9)
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "ab5ceafa4cbc3a1e3ca5c3fd71047ce709603c62f268ca21603da5b5467bd6e5"
content-hash = "8b072326cff99949876a7b8054e18ce0124690d160b5dcfd3c8279fac0b05275"
[metadata.files]
anyconfig = [
@ -1073,8 +1073,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

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