fix(deps): update dependency jsonschema to v4.9.1 (#347)

This commit is contained in:
renovate[bot] 2022-08-03 20:17:51 +02:00 committed by GitHub
parent 1d579f41d4
commit a100976800
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

@ -322,7 +322,7 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "jsonschema"
version = "4.9.0"
version = "4.9.1"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -686,7 +686,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "84bee0669c1aec542b795d976aced45993cad3fd3336917c9489dba3967990df"
content-hash = "92bfa5af6b386fa23aeff65d23b7bc05791f0cb6fe6940e042befddd30095e29"
[metadata.files]
anyconfig = [
@ -830,8 +830,8 @@ jinja2 = [
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
]
jsonschema = [
{file = "jsonschema-4.9.0-py3-none-any.whl", hash = "sha256:5d0be0cd1b670438b71c3d3145b2abba1f9d197e3e91adc4c4bae4c0e114e252"},
{file = "jsonschema-4.9.0.tar.gz", hash = "sha256:df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850"},
{file = "jsonschema-4.9.1-py3-none-any.whl", hash = "sha256:8ebad55894c002585271af2d327d99339ef566fb085d9129b69e2623867c4106"},
{file = "jsonschema-4.9.1.tar.gz", hash = "sha256:408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f"},
]
markupsafe = [
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},

View File

@ -40,7 +40,7 @@ anyconfig = "0.13.0"
appdirs = "1.4.4"
colorama = "0.4.5"
environs = "9.5.0"
jsonschema = "4.9.0"
jsonschema = "4.9.1"
nested-lookup = "0.2.25"
pathspec = "0.9.0"
python = "^3.7.0"