build(deps): bump mkdocs-material from 9.1.6 to 9.1.8 (#2294)

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-03 07:49:52 +02:00
committed by GitHub
parent 4a93bdf3ea
commit 708852a3cb
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]] [[package]]
name = "mkdocs-material" name = "mkdocs-material"
version = "9.1.6" version = "9.1.8"
description = "Documentation that simply works" description = "Documentation that simply works"
category = "main" category = "main"
optional = true optional = true
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "mkdocs_material-9.1.6-py3-none-any.whl", hash = "sha256:f2eb1d40db89da9922944833c1387207408f8937e1c2b46ab86e0c8f170b71e0"}, {file = "mkdocs_material-9.1.8-py3-none-any.whl", hash = "sha256:ac76e31bf52b2742c08a9d6629d64878f32dda5c949cd371082e25106c9be7dd"},
{file = "mkdocs_material-9.1.6.tar.gz", hash = "sha256:2e555152f9771646bfa62dc78a86052876183eff69ce30db03a33e85702b21fc"}, {file = "mkdocs_material-9.1.8.tar.gz", hash = "sha256:616ef98fc143b3ec8c559e2fec85f32103d2093e9c88333964d93105ea2d670b"},
] ]
[package.dependencies] [package.dependencies]
@@ -2843,4 +2843,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "81f1ed41099e6906032ac3ef20260d7a3568ec497a4bd110b292e49e3bdafff4" content-hash = "4da5853748e4c2d200756b2bb7fea2a8773357e50f1870a2b1a62e1d57b0734c"

View File

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