fix(deps): update dependency jsonschema to v4.15.0 (#445)

This commit is contained in:
renovate[bot] 2022-09-06 08:40:12 +02:00 committed by GitHub
parent f1377d8f3e
commit 585a774139
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

@ -350,7 +350,7 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "jsonschema"
version = "4.14.0"
version = "4.15.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -716,7 +716,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "7d51a3fdb7665f01e0fc929f8cd28c36af4f8ab2e05bbcd39f48f9a2cfc75721"
content-hash = "4e65f1bb899aaa77c2bd5f6520cad37ac5b6d88aa6442f68c8759cc63b675185"
[metadata.files]
ansible = [
@ -958,8 +958,8 @@ jinja2 = [
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
]
jsonschema = [
{file = "jsonschema-4.14.0-py3-none-any.whl", hash = "sha256:9892b8d630a82990521a9ca630d3446bd316b5ad54dbe981338802787f3e0d2d"},
{file = "jsonschema-4.14.0.tar.gz", hash = "sha256:15062f4cc6f591400cd528d2c355f2cfa6a57e44c820dc783aee5e23d36a831f"},
{file = "jsonschema-4.15.0-py3-none-any.whl", hash = "sha256:2df0fab225abb3b41967bb3a46fd37dc74b1536b5296d0b1c2078cd072adf0f7"},
{file = "jsonschema-4.15.0.tar.gz", hash = "sha256:21f4979391bdceb044e502fd8e79e738c0cdfbdc8773f9a49b5769461e82fe1e"},
]
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"
flake8 = "5.0.4"
jsonschema = "4.14.0"
jsonschema = "4.15.0"
nested-lookup = "0.2.25"
pathspec = "0.10.1"
python = "^3.8.0"