build(deps): bump mkdocs-material from 9.1.4 to 9.1.5 (#2162)

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-04-04 11:07:41 +02:00
committed by GitHub
parent eb1367e54d
commit 0eb88d0c10
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1362,14 +1362,14 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp
[[package]]
name = "mkdocs-material"
version = "9.1.4"
version = "9.1.5"
description = "Documentation that simply works"
category = "main"
optional = true
python-versions = ">=3.7"
files = [
{file = "mkdocs_material-9.1.4-py3-none-any.whl", hash = "sha256:4c92dcf9365068259bef3eed8e0dd5410056b6f7187bdea2d52848c0f94cd94c"},
{file = "mkdocs_material-9.1.4.tar.gz", hash = "sha256:c3a8943e9e4a7d2624291da365bbccf0b9f88688aa6947a46260d8c165cd4389"},
{file = "mkdocs_material-9.1.5-py3-none-any.whl", hash = "sha256:981e1ef0250e2fbcc23610e9b20e5f242fe1f808079b9bcfbb6c49aa2999343c"},
{file = "mkdocs_material-9.1.5.tar.gz", hash = "sha256:744519bca52b1e8fe7c2e80e15ed59baf8948111ec763ae6ae629c409bd16d6e"},
]
[package.dependencies]
@@ -2844,4 +2844,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "f9e1a6c4c125733a7b4782f6fc2dee3c34947a1b51f14e30649e650100f2dc8f"
content-hash = "050b88c6aed5ee1529b062653032d61b577aba4849ecc11ed8881ec5d53775f4"

View File

@@ -39,7 +39,7 @@ colorama = "0.4.6"
detect-secrets = "1.4.0"
google-api-python-client = "2.81.0"
mkdocs = {version = "1.4.2", optional = true}
mkdocs-material = {version = "9.1.4", optional = true}
mkdocs-material = {version = "9.1.5", optional = true}
msgraph-core = "0.2.2"
pydantic = "1.10.7"
python = "^3.9"