fix(deps): update dependency jsonschema to v4.21.1 (#662)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-20 15:51:39 +01:00 committed by GitHub
parent 48e90b3fa8
commit 95e5f2ac4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -407,13 +407,13 @@ files = [
[[package]]
name = "jsonschema"
version = "4.21.0"
version = "4.21.1"
description = "An implementation of JSON Schema validation for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "jsonschema-4.21.0-py3-none-any.whl", hash = "sha256:70a09719d375c0a2874571b363c8a24be7df8071b80c9aa76bc4551e7297c63c"},
{file = "jsonschema-4.21.0.tar.gz", hash = "sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167"},
{file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"},
{file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"},
]
[package.dependencies]
@ -1110,4 +1110,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "3577e6229e05653c949e5055155fa8a664602c04f932b2bd2240b7001b79c3ea"
content-hash = "7e83e7e8f7182f0252f9980fb3569582b3a6ac74431c8219398ac6bd3fd27fe7"

View File

@ -46,7 +46,7 @@ docker-pycreds = "0.4.0"
environs = "10.3.0"
idna = "3.6"
ipaddress = "1.0.23"
jsonschema = "4.21.0"
jsonschema = "4.21.1"
nested-lookup = "0.2.25"
pathspec = "0.12.1"
python = "^3.8.0"