From 8c58faa9c68c2e711c5e9332a8cc8abebd608dfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 13:31:24 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.4.0 (#239) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 54948ed..b62eb4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -403,7 +403,7 @@ plugins = ["setuptools"] [[package]] name = "jsonschema" -version = "4.3.3" +version = "4.4.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -877,7 +877,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "86646b512b37ffb58e3299b7b432c9513e96fd2ed0526492b50b6c5139150b57" +content-hash = "bac153ceffe06959aa9fe6882cc60511869397108160ea9f1f4e4f58e7a60a97" [metadata.files] anyconfig = [ @@ -1065,8 +1065,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.3.3-py3-none-any.whl", hash = "sha256:eb7a69801beb7325653aa8fd373abbf9ff8f85b536ab2812e5e8287b522fb6a2"}, - {file = "jsonschema-4.3.3.tar.gz", hash = "sha256:f210d4ce095ed1e8af635d15c8ee79b586f656ab54399ba87b8ab87e5bff0ade"}, + {file = "jsonschema-4.4.0-py3-none-any.whl", hash = "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823"}, + {file = "jsonschema-4.4.0.tar.gz", hash = "sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83"}, ] marshmallow = [ {file = "marshmallow-3.14.1-py3-none-any.whl", hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400"}, diff --git a/pyproject.toml b/pyproject.toml index 1490601..3df347b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docker-pycreds = "0.4.0" environs = "9.4.0" idna = "3.3" ipaddress = "1.0.23" -jsonschema = "4.3.3" +jsonschema = "4.4.0" nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0"