fix(deps): update dependency jsonschema to v4.4.0 (#239)

This commit is contained in:
renovate[bot] 2022-01-29 13:31:24 +01:00 committed by GitHub
parent a422994504
commit 8c58faa9c6
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

@ -403,7 +403,7 @@ plugins = ["setuptools"]
[[package]]
name = "jsonschema"
version = "4.3.3"
version = "4.4.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -877,7 +877,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "86646b512b37ffb58e3299b7b432c9513e96fd2ed0526492b50b6c5139150b57"
content-hash = "bac153ceffe06959aa9fe6882cc60511869397108160ea9f1f4e4f58e7a60a97"
[metadata.files]
anyconfig = [
@ -1065,8 +1065,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.3.3-py3-none-any.whl", hash = "sha256:eb7a69801beb7325653aa8fd373abbf9ff8f85b536ab2812e5e8287b522fb6a2"},
{file = "jsonschema-4.3.3.tar.gz", hash = "sha256:f210d4ce095ed1e8af635d15c8ee79b586f656ab54399ba87b8ab87e5bff0ade"},
{file = "jsonschema-4.4.0-py3-none-any.whl", hash = "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823"},
{file = "jsonschema-4.4.0.tar.gz", hash = "sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83"},
]
marshmallow = [
{file = "marshmallow-3.14.1-py3-none-any.whl", hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400"},

View File

@ -45,7 +45,7 @@ docker-pycreds = "0.4.0"
environs = "9.4.0"
idna = "3.3"
ipaddress = "1.0.23"
jsonschema = "4.3.3"
jsonschema = "4.4.0"
nested-lookup = "0.2.23"
pathspec = "0.9.0"
python = "^3.7.0"