fix(deps): update dependency jsonschema to v4.6.1 (#336)

This commit is contained in:
renovate[bot] 2022-06-29 08:57:19 +02:00 committed by GitHub
parent e43c8e55fc
commit 405d444812
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

@ -402,7 +402,7 @@ plugins = ["setuptools"]
[[package]]
name = "jsonschema"
version = "4.6.0"
version = "4.6.1"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -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 = "42f424bf27adaef247cfd225975b090e9503c3708fcdff8afe98546712250dab"
content-hash = "f599de14fd11931d4d3fbaadafab9575a1770b5f1a5cd9f8d61fa9b4d95e2309"
[metadata.files]
anyconfig = [
@ -1064,8 +1064,8 @@ isort = [
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
]
jsonschema = [
{file = "jsonschema-4.6.0-py3-none-any.whl", hash = "sha256:1c92d2db1900b668201f1797887d66453ab1fbfea51df8e4b46236689c427baf"},
{file = "jsonschema-4.6.0.tar.gz", hash = "sha256:9d6397ba4a6c0bf0300736057f649e3e12ecbc07d3e81a0dacb72de4e9801957"},
{file = "jsonschema-4.6.1-py3-none-any.whl", hash = "sha256:5eb781753403847fb320f05e9ab2191725b58c5e7f97f1bed63285ca423159bc"},
{file = "jsonschema-4.6.1.tar.gz", hash = "sha256:ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b"},
]
marshmallow = [
{file = "marshmallow-3.16.0-py3-none-any.whl", hash = "sha256:53a1e0ee69f79e1f3e80d17393b25cfc917eda52f859e8183b4af72c3390c1f1"},

View File

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