fix(deps): update dependency jsonschema to v4.19.0 (#570)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-09 07:34:32 +02:00 committed by GitHub
parent 81de219b8a
commit 69c1ddecb6
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

@ -423,13 +423,13 @@ files = [
[[package]]
name = "jsonschema"
version = "4.18.6"
version = "4.19.0"
description = "An implementation of JSON Schema validation for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "jsonschema-4.18.6-py3-none-any.whl", hash = "sha256:dc274409c36175aad949c68e5ead0853aaffbe8e88c830ae66bb3c7a1728ad2d"},
{file = "jsonschema-4.18.6.tar.gz", hash = "sha256:ce71d2f8c7983ef75a756e568317bf54bc531dc3ad7e66a128eae0d51623d8a3"},
{file = "jsonschema-4.19.0-py3-none-any.whl", hash = "sha256:043dc26a3845ff09d20e4420d6012a9c91c9aa8999fa184e7efcfeccb41e32cb"},
{file = "jsonschema-4.19.0.tar.gz", hash = "sha256:6e1e7569ac13be8139b2dd2c21a55d350066ee3f80df06c608b398cdc6f30e8f"},
]
[package.dependencies]
@ -1159,4 +1159,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "6a4d1158d4ac9b83b3c4d5ff1bb72f35ccd1d71f87fc667c3278035a924cb223"
content-hash = "6837e352f9af06c15673ff76dc5704cdeb23d820d52c101677a42fd250e50513"

View File

@ -45,7 +45,7 @@ docker-pycreds = "0.4.0"
environs = "9.5.0"
idna = "3.4"
ipaddress = "1.0.23"
jsonschema = "4.18.6"
jsonschema = "4.19.0"
nested-lookup = "0.2.25"
pathspec = "0.11.2"
python = "^3.8.0"