From 8ccf573757b37a87ac555d0770f454deae77fc32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 12:48:59 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.3.0 (#221) --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 16b1560..96d2f95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -398,7 +398,7 @@ plugins = ["setuptools"] [[package]] name = "jsonschema" -version = "4.2.1" +version = "4.3.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -409,6 +409,7 @@ attrs = ">=17.4.0" importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""} pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2" +typing-extensions = {version = "*", markers = "python_version < \"3.8\""} [package.extras] format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] @@ -871,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 = "6b130771a4a40582dbf03a5a087e0c42aeb0523d0e4226ff62ebfdecc106e05d" +content-hash = "b3f1b41142aef13fd32496892be1f4d4f1429f7e85490340627a944d075a9b5a" [metadata.files] anyconfig = [ @@ -1062,8 +1063,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.2.1-py3-none-any.whl", hash = "sha256:2a0f162822a64d95287990481b45d82f096e99721c86534f48201b64ebca6e8c"}, - {file = "jsonschema-4.2.1.tar.gz", hash = "sha256:390713469ae64b8a58698bb3cbc3859abe6925b565a973f87323ef21b09a27a8"}, + {file = "jsonschema-4.3.0-py3-none-any.whl", hash = "sha256:ab7069946a3ad2037e79a5cdc8d0e9a74cd00721d426d75c5d69a6707c778218"}, + {file = "jsonschema-4.3.0.tar.gz", hash = "sha256:cb7f57b40f870409d7571844d0623f66d8078c90a9c255d9a4d4314b5ec3fc7c"}, ] marshmallow = [ {file = "marshmallow-3.14.1-py3-none-any.whl", hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400"}, diff --git a/pyproject.toml b/pyproject.toml index c48792a..9697b99 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.2.1" +jsonschema = "4.3.0" nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0"