From fd7ead2b5ac83c74f9c8096cf1f937d0993b66db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 08:58:18 +0200 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.7.2 (#327) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f8fe82b..03d52bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -323,7 +323,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.6.1" +version = "4.7.2" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -691,7 +691,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "6dce720545af581f70530755e497b1bc35883f41066ac4df13e6669c371aded3" +content-hash = "70f925ee489bec0edfedc74a585e81a4b0b881049febce90abfef6025cef0082" [metadata.files] anyconfig = [ @@ -835,8 +835,8 @@ jinja2 = [ {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, ] jsonschema = [ - {file = "jsonschema-4.6.1-py3-none-any.whl", hash = "sha256:5eb781753403847fb320f05e9ab2191725b58c5e7f97f1bed63285ca423159bc"}, - {file = "jsonschema-4.6.1.tar.gz", hash = "sha256:ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b"}, + {file = "jsonschema-4.7.2-py3-none-any.whl", hash = "sha256:c7448a421b25e424fccfceea86b4e3a8672b4436e1988ccbde92c80828d4f085"}, + {file = "jsonschema-4.7.2.tar.gz", hash = "sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3"}, ] 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 5a531d6..86aa765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.5" environs = "9.5.0" -jsonschema = "4.6.1" +jsonschema = "4.7.2" nested-lookup = "0.2.25" pathspec = "0.9.0" python = "^3.7.0"