From 058cdd5c07f6c4d215feaa53e71bf60e669be171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 16:44:09 +0200 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.5.1 (#294) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2858231..5038440 100644 --- a/poetry.lock +++ b/poetry.lock @@ -323,7 +323,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.4.0" +version = "4.5.1" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -692,7 +692,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "780a4ba1bc446ee47e8e84e3880bebee313811585017c1d477d9cb1aed21d1d3" +content-hash = "772cd52d5750d47c9dd20a13cf34e99b57fafbce7584e063c83b1c60c91023ea" [metadata.files] anyconfig = [ @@ -836,8 +836,8 @@ jinja2 = [ {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, ] jsonschema = [ - {file = "jsonschema-4.4.0-py3-none-any.whl", hash = "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823"}, - {file = "jsonschema-4.4.0.tar.gz", hash = "sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83"}, + {file = "jsonschema-4.5.1-py3-none-any.whl", hash = "sha256:71b5e39324422543546572954ce71c67728922c104902cb7ce252e522235b33f"}, + {file = "jsonschema-4.5.1.tar.gz", hash = "sha256:7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc"}, ] markupsafe = [ {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, diff --git a/pyproject.toml b/pyproject.toml index 9d228bc..79d9857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.4" environs = "9.5.0" -jsonschema = "4.4.0" +jsonschema = "4.5.1" nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0"