fix(deps): update dependency jsonschema to v4.17.0 (#416)

This commit is contained in:
renovate[bot] 2022-11-02 10:01:58 +01:00 committed by GitHub
parent 54dac885be
commit 07f0d1b83e
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

@ -413,7 +413,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"]
[[package]]
name = "jsonschema"
version = "4.16.0"
version = "4.17.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -889,7 +889,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "03cd858e868878e189ab06cf09ca93fb5fb065b07b782f2a385178f84372fc17"
content-hash = "fce690d60381eb1ed99ce3e59656b127a29025a692e8231baefe2088450bf290"
[metadata.files]
anyconfig = [
@ -1084,8 +1084,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.16.0-py3-none-any.whl", hash = "sha256:9e74b8f9738d6a946d70705dc692b74b5429cd0960d58e79ffecfc43b2221eb9"},
{file = "jsonschema-4.16.0.tar.gz", hash = "sha256:165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23"},
{file = "jsonschema-4.17.0-py3-none-any.whl", hash = "sha256:f660066c3966db7d6daeaea8a75e0b68237a48e51cf49882087757bb59916248"},
{file = "jsonschema-4.17.0.tar.gz", hash = "sha256:5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d"},
]
marshmallow = [
{file = "marshmallow-3.18.0-py3-none-any.whl", hash = "sha256:35e02a3a06899c9119b785c12a22f4cda361745d66a71ab691fd7610202ae104"},

View File

@ -45,7 +45,7 @@ docker-pycreds = "0.4.0"
environs = "9.5.0"
idna = "3.4"
ipaddress = "1.0.23"
jsonschema = "4.16.0"
jsonschema = "4.17.0"
nested-lookup = "0.2.25"
pathspec = "0.10.1"
python = "^3.7.0"