build(deps): bump mkdocs-material from 9.1.12 to 9.1.15 (#2420)

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]
2023-05-30 12:51:50 +02:00
committed by GitHub
parent 510ac7005a
commit 1d9078f9be
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1371,14 +1371,14 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp
[[package]]
name = "mkdocs-material"
version = "9.1.12"
version = "9.1.15"
description = "Documentation that simply works"
category = "main"
optional = true
python-versions = ">=3.7"
files = [
{file = "mkdocs_material-9.1.12-py3-none-any.whl", hash = "sha256:68c57d95d10104179c8c3ce9a88ee9d2322a5145b3d0f1f38ff686253fb5ec98"},
{file = "mkdocs_material-9.1.12.tar.gz", hash = "sha256:d4ebe9b5031ce63a265c19fb5eab4d27ea4edadb05de206372e831b2b7570fb5"},
{file = "mkdocs_material-9.1.15-py3-none-any.whl", hash = "sha256:b49e12869ab464558e2dd3c5792da5b748a7e0c48ee83b4d05715f98125a7a39"},
{file = "mkdocs_material-9.1.15.tar.gz", hash = "sha256:8513ab847c9a541ed3d11a3a7eed556caf72991ee786c31c5aac6691a121088a"},
]
[package.dependencies]
@@ -2913,4 +2913,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "ca52274b8438cc03b2559d6de30830dede2579d5cb6919e240d9fbea0b702c4d"
content-hash = "5b9a3bcc50f74f4073952a5891fd377431bac9cd0e31a9485f10f28577140ade"

View File

@@ -39,7 +39,7 @@ colorama = "0.4.6"
detect-secrets = "1.4.0"
google-api-python-client = "2.86.0"
mkdocs = {version = "1.4.3", optional = true}
mkdocs-material = {version = "9.1.12", optional = true}
mkdocs-material = {version = "9.1.15", optional = true}
msgraph-core = "0.2.2"
pydantic = "1.10.8"
python = "^3.9"