build(deps): bump mkdocs-material from 9.1.15 to 9.1.16 (#2508)

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-06-20 08:08:17 +02:00
committed by GitHub
parent d736c32aec
commit 0ccae3e15b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1308,13 +1308,13 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp
[[package]]
name = "mkdocs-material"
version = "9.1.15"
version = "9.1.16"
description = "Documentation that simply works"
optional = true
python-versions = ">=3.7"
files = [
{file = "mkdocs_material-9.1.15-py3-none-any.whl", hash = "sha256:b49e12869ab464558e2dd3c5792da5b748a7e0c48ee83b4d05715f98125a7a39"},
{file = "mkdocs_material-9.1.15.tar.gz", hash = "sha256:8513ab847c9a541ed3d11a3a7eed556caf72991ee786c31c5aac6691a121088a"},
{file = "mkdocs_material-9.1.16-py3-none-any.whl", hash = "sha256:f9e62558a6b01ffac314423cbc223d970c25fbc78999860226245b64e64d6751"},
{file = "mkdocs_material-9.1.16.tar.gz", hash = "sha256:1021bfea20f00a9423530c8c2ae9be3c78b80f5a527b3f822e6de3d872e5ab79"},
]
[package.dependencies]
@@ -2776,4 +2776,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "61d6fcd820265b6ae1a0e1a95ac3ced7bbbe26e69093a7ebd937e5f8de0e99a2"
content-hash = "563e3104dcc844901619b92dffd96b1384d09949117b0aa9843db27a0088b87f"

View File

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