From ba3456b53a0564a3ac67db46470dddfe18a7c837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:01:21 +0100 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.20.0 (#503) 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 90ef585..0925e38 100644 --- a/poetry.lock +++ b/poetry.lock @@ -315,13 +315,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.19.2" +version = "4.20.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.19.2-py3-none-any.whl", hash = "sha256:eee9e502c788e89cb166d4d37f43084e3b64ab405c795c03d343a4dbc2c810fc"}, - {file = "jsonschema-4.19.2.tar.gz", hash = "sha256:c9ff4d7447eed9592c23a12ccee508baf0dd0d59650615e847feb6cdca74f392"}, + {file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"}, + {file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"}, ] [package.dependencies] @@ -859,4 +859,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "6e9480a77f5392578d094f3369e721d7f222271978b4edc045dcb2ab1ce74667" +content-hash = "1aa7ff365e52ba0a25c77488894adcfdf74286828d16f77b13713756c86388e6" diff --git a/pyproject.toml b/pyproject.toml index 6cba5ea..3ca1987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" environs = "9.5.0" -jsonschema = "4.19.2" +jsonschema = "4.20.0" nested-lookup = "0.2.25" prometheus-client = "0.18.0" proxmoxer = "2.0.1"