From f158a8e30bedde34528ea977a0f4c22510f9e581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 21:27:24 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.4.0 (#221) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 64239e8..fec9bb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -319,7 +319,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.3.3" +version = "4.4.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -685,7 +685,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "ad421040c982016dda1e6d5a28789446227e972baefc79384d999ee65d366d37" +content-hash = "077e7acd2f2c02d54f0aa13a4f988f66630d35ea675533d3bf04af1094e6c7b2" [metadata.files] anyconfig = [ @@ -834,8 +834,8 @@ jinja2 = [ {file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"}, ] 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"}, ] markupsafe = [ {file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53"}, diff --git a/pyproject.toml b/pyproject.toml index 0ecd316..84abb1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.12.0" appdirs = "1.4.4" colorama = "0.4.4" environs = "9.4.0" -jsonschema = "4.3.3" +jsonschema = "4.4.0" nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0"