From 1b083eec675d35887963ce5fea32fa20ba32e98e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 10:34:41 +0200 Subject: [PATCH] chore(deps): bump jsonschema from 4.21.1 to 4.22.0 (#3952) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 379c42f43b..1650d8fcf5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2015,13 +2015,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.21.1" +version = "4.22.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"}, - {file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"}, + {file = "jsonschema-4.22.0-py3-none-any.whl", hash = "sha256:ff4cfd6b1367a40e7bc6411caec72effadd3db0bbe5017de188f2d6108335802"}, + {file = "jsonschema-4.22.0.tar.gz", hash = "sha256:5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"}, ] [package.dependencies] @@ -4922,4 +4922,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "df02941ab2466960b824a18669081ef693fb05feab82c02b5a9f594353ec088f" +content-hash = "6c9a81e9450634eaa056a8381520155ccc44bc43a81ec8fe71a5dcd62be86728" diff --git a/pyproject.toml b/pyproject.toml index b73abc6a04..a861258e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dash-bootstrap-components = "1.6.0" detect-secrets = "1.4.0" google-api-python-client = "2.127.0" google-auth-httplib2 = ">=0.1,<0.3" -jsonschema = "4.21.1" +jsonschema = "4.22.0" kubernetes = "29.0.0" microsoft-kiota-abstractions = "1.3.2" msgraph-sdk = "1.3.0"