From 027aafd9eae9141e9ccdb832eafc8ddc3ab6737c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:01:13 +0200 Subject: [PATCH] chore(deps): bump jsonschema from 4.22.0 to 4.23.0 (#4402) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index db276c2cce..d6e9efb309 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2000,13 +2000,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.22.0" +version = "4.23.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.22.0-py3-none-any.whl", hash = "sha256:ff4cfd6b1367a40e7bc6411caec72effadd3db0bbe5017de188f2d6108335802"}, - {file = "jsonschema-4.22.0.tar.gz", hash = "sha256:5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"}, + {file = "jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566"}, + {file = "jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"}, ] [package.dependencies] @@ -2017,7 +2017,7 @@ rpds-py = ">=0.7.1" [package.extras] format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] -format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] +format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=24.6.0)"] [[package]] name = "jsonschema-path" @@ -4901,4 +4901,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "5123d10f2745e14ccfecf378f7d9fbf99afef618777b352a862c6984f60518cf" +content-hash = "f64321d3721a12ab609169692b872c938d080b3bfb85af1a16ae4a70a47518a2" diff --git a/pyproject.toml b/pyproject.toml index 8522fe3c5c..71af569cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dash-bootstrap-components = "1.6.0" detect-secrets = "1.5.0" google-api-python-client = "2.136.0" google-auth-httplib2 = ">=0.1,<0.3" -jsonschema = "4.22.0" +jsonschema = "4.23.0" kubernetes = "30.1.0" microsoft-kiota-abstractions = "1.3.3" msgraph-sdk = "1.4.0"