From 0b9ce249094e4b853edb08fbd14d5ecc9de0bbec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:50:19 +0200 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.18.6 (#567) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 63e4657..324149a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -423,13 +423,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.18.5" +version = "4.18.6" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.18.5-py3-none-any.whl", hash = "sha256:c6b4c2b83389e504717f2392adbc74bc9ed07341ae0ced18dde132f3a7f70a5b"}, - {file = "jsonschema-4.18.5.tar.gz", hash = "sha256:4c10200b4b184a348dc92beb554a30280db17ad69b00a2de250d4a842fe3f0b0"}, + {file = "jsonschema-4.18.6-py3-none-any.whl", hash = "sha256:dc274409c36175aad949c68e5ead0853aaffbe8e88c830ae66bb3c7a1728ad2d"}, + {file = "jsonschema-4.18.6.tar.gz", hash = "sha256:ce71d2f8c7983ef75a756e568317bf54bc531dc3ad7e66a128eae0d51623d8a3"}, ] [package.dependencies] @@ -1159,4 +1159,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "e40f819e37ee7a476730e238dc4991525901111abe103ba4440e45815c5ba818" +content-hash = "873f2e108ca20c23cd15af7dcbd5264417ee9ad4db7a2221fede2fcf986ab77a" diff --git a/pyproject.toml b/pyproject.toml index 62e0fb2..dd18afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docker-pycreds = "0.4.0" environs = "9.5.0" idna = "3.4" ipaddress = "1.0.23" -jsonschema = "4.18.5" +jsonschema = "4.18.6" nested-lookup = "0.2.25" pathspec = "0.11.2" python = "^3.8.0"