From 9b1a450b480212ec4c263a957214b1e9b67530b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:22:01 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.21.0 (#526) 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 1377040..c81eedd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -312,13 +312,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.20.0" +version = "4.21.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"}, - {file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"}, + {file = "jsonschema-4.21.0-py3-none-any.whl", hash = "sha256:70a09719d375c0a2874571b363c8a24be7df8071b80c9aa76bc4551e7297c63c"}, + {file = "jsonschema-4.21.0.tar.gz", hash = "sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167"}, ] [package.dependencies] @@ -839,4 +839,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "39df6abd45ab6e524c775b7e240017dd7ac9546b0b1c5bfab14a6b07869eee98" +content-hash = "bfbefcc571dffb98f4435ce4caca7bac7d1e5d8a4d86b1a51160c03698e44319" diff --git a/pyproject.toml b/pyproject.toml index a61eeff..ed96085 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ anyconfig = "0.14.0" appdirs = "1.4.4" colorama = "0.4.6" environs = "10.3.0" -jsonschema = "4.20.0" +jsonschema = "4.21.0" nested-lookup = "0.2.25" prometheus-client = "0.19.0" proxmoxer = "2.0.1"