From f4b28177c414d2ec2fa095e3fcb29950b0b5d987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 10:26:04 +0200 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.16.0 (#384) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 659ed86..49699ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -402,7 +402,7 @@ requirements_deprecated_finder = ["pip-api", "pipreqs"] [[package]] name = "jsonschema" -version = "4.15.0" +version = "4.16.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -886,7 +886,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "180d27b85aa4ac9388568c10f79add8ab0af36ab0a245dfe882b19ec99e14fb7" +content-hash = "ffe8edcd32a47eed5bcbd95b34ec841180eb78a303c1b8a8dbde12992f77afb5" [metadata.files] anyconfig = [ @@ -1077,8 +1077,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.15.0-py3-none-any.whl", hash = "sha256:2df0fab225abb3b41967bb3a46fd37dc74b1536b5296d0b1c2078cd072adf0f7"}, - {file = "jsonschema-4.15.0.tar.gz", hash = "sha256:21f4979391bdceb044e502fd8e79e738c0cdfbdc8773f9a49b5769461e82fe1e"}, + {file = "jsonschema-4.16.0-py3-none-any.whl", hash = "sha256:9e74b8f9738d6a946d70705dc692b74b5429cd0960d58e79ffecfc43b2221eb9"}, + {file = "jsonschema-4.16.0.tar.gz", hash = "sha256:165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23"}, ] marshmallow = [ {file = "marshmallow-3.17.1-py3-none-any.whl", hash = "sha256:1172ce82765bf26c24a3f9299ed6dbeeca4d213f638eaa39a37772656d7ce408"}, diff --git a/pyproject.toml b/pyproject.toml index 6b0cd71..cd579e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docker-pycreds = "0.4.0" environs = "9.5.0" idna = "3.3" ipaddress = "1.0.23" -jsonschema = "4.15.0" +jsonschema = "4.16.0" nested-lookup = "0.2.25" pathspec = "0.10.1" python = "^3.7.0"