From 3c906c418384ba03a35be89ea20629510ccb3a9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 13:54:51 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.3.3 (#227) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 639a37a..c8dc2d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -398,7 +398,7 @@ plugins = ["setuptools"] [[package]] name = "jsonschema" -version = "4.3.2" +version = "4.3.3" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -872,7 +872,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "9cae7efc18a43bb2d53dd0b13729a4609e36d98dd29de33347d5d1e3ce173bb9" +content-hash = "922af3dae0c9c47607742607c565054852af672bf5a66b1505d295dc4af5af7a" [metadata.files] anyconfig = [ @@ -1063,8 +1063,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.3.2-py3-none-any.whl", hash = "sha256:8697a10a5a5edc922d2eb8556c7f35e814436f3ed8278ec2f65d40e9312d7c80"}, - {file = "jsonschema-4.3.2.tar.gz", hash = "sha256:cca171fb7544de15ccda236bf78d58434d769c9a2ce21d44e0d209e39eeb8876"}, + {file = "jsonschema-4.3.3-py3-none-any.whl", hash = "sha256:eb7a69801beb7325653aa8fd373abbf9ff8f85b536ab2812e5e8287b522fb6a2"}, + {file = "jsonschema-4.3.3.tar.gz", hash = "sha256:f210d4ce095ed1e8af635d15c8ee79b586f656ab54399ba87b8ab87e5bff0ade"}, ] marshmallow = [ {file = "marshmallow-3.14.1-py3-none-any.whl", hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400"}, diff --git a/pyproject.toml b/pyproject.toml index 2ccb669..5ce79a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docker-pycreds = "0.4.0" environs = "9.3.5" idna = "3.3" ipaddress = "1.0.23" -jsonschema = "4.3.2" +jsonschema = "4.3.3" nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0"