build(deps): bump jsonschema from 4.20.0 to 4.21.1 (#3310)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-23 08:40:13 +01:00
committed by GitHub
parent 5e733f6217
commit e5412404ca
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1275,13 +1275,13 @@ files = [
[[package]] [[package]]
name = "jsonschema" name = "jsonschema"
version = "4.20.0" version = "4.21.1"
description = "An implementation of JSON Schema validation for Python" description = "An implementation of JSON Schema validation for Python"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"}, {file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"},
{file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"}, {file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"},
] ]
[package.dependencies] [package.dependencies]
@@ -3292,4 +3292,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<3.12" python-versions = ">=3.9,<3.12"
content-hash = "8efe817ad8cf40c32b39f877af47c369fd5d6fd4965294f743383dcc172d77cd" content-hash = "480713a8c0bb315d34049e350d0251a75ea75ec728ffde900a9899307af552e5"

View File

@@ -40,7 +40,7 @@ colorama = "0.4.6"
detect-secrets = "1.4.0" detect-secrets = "1.4.0"
google-api-python-client = "2.113.0" google-api-python-client = "2.113.0"
google-auth-httplib2 = ">=0.1,<0.3" google-auth-httplib2 = ">=0.1,<0.3"
jsonschema = "4.20.0" jsonschema = "4.21.1"
mkdocs = {version = "1.5.3", optional = true} mkdocs = {version = "1.5.3", optional = true}
mkdocs-material = {version = "9.5.4", optional = true} mkdocs-material = {version = "9.5.4", optional = true}
msgraph-core = "0.2.2" msgraph-core = "0.2.2"