fix(deps): update dependency jsonschema to v4.8.0 (#352)

This commit is contained in:
renovate[bot] 2022-07-30 21:43:09 +02:00 committed by GitHub
parent c03ad419aa
commit d2e60c36c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
poetry.lock generated
View File

@ -129,9 +129,9 @@ regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27,<2022.3.15"
tzlocal = "*"
[package.extras]
calendars = ["convertdate", "hijri-converter", "convertdate"]
fasttext = ["fasttext"]
langdetect = ["langdetect"]
fasttext = ["fasttext"]
calendars = ["convertdate", "hijri-converter", "convertdate"]
[[package]]
name = "docker"
@ -284,7 +284,7 @@ python-versions = "*"
flake8 = ">=3.0"
[package.extras]
test = ["pytest", "testfixtures"]
test = ["testfixtures", "pytest"]
[[package]]
name = "flake8-polyfill"
@ -402,7 +402,7 @@ plugins = ["setuptools"]
[[package]]
name = "jsonschema"
version = "4.7.2"
version = "4.8.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -505,8 +505,8 @@ python-versions = ">=3.6"
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
[package.extras]
dev = ["pre-commit", "tox"]
testing = ["pytest", "pytest-benchmark"]
testing = ["pytest-benchmark", "pytest"]
dev = ["tox", "pre-commit"]
[[package]]
name = "py"
@ -600,7 +600,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]}
pytest = ">=4.6"
[package.extras]
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"]
testing = ["virtualenv", "pytest-xdist", "six", "process-tests", "hunter", "fields"]
[[package]]
name = "pytest-mock"
@ -878,7 +878,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "1e49957eb639bb9b1fae9b5a9bcf5288b0c0f9b0ba42400851f8ac01900f74bb"
content-hash = "23f3e45dcfc23430023780e6a0fa9f6f266e57e4089e9cccb5e47149141f36ff"
[metadata.files]
anyconfig = [
@ -1064,8 +1064,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.7.2-py3-none-any.whl", hash = "sha256:c7448a421b25e424fccfceea86b4e3a8672b4436e1988ccbde92c80828d4f085"},
{file = "jsonschema-4.7.2.tar.gz", hash = "sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3"},
{file = "jsonschema-4.8.0-py3-none-any.whl", hash = "sha256:58bb77251318cef5e1179e33dd6e7a008a3c6c638487ab4d943c2f370cc31a1a"},
{file = "jsonschema-4.8.0.tar.gz", hash = "sha256:c1d410e379b210ba903bee6adf3fce6d5204cea4c2b622d63f914d2dbfef0993"},
]
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.7.2"
jsonschema = "4.8.0"
nested-lookup = "0.2.25"
pathspec = "0.9.0"
python = "^3.7.0"