build(deps): bump mkdocs-material from 9.0.15 to 9.1.0 (#2031)

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-03-06 09:15:44 +01:00
committed by GitHub
parent b48ac808a6
commit 0167d5efcd
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1212,14 +1212,14 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp
[[package]]
name = "mkdocs-material"
version = "9.0.15"
version = "9.1.0"
description = "Documentation that simply works"
category = "main"
optional = true
python-versions = ">=3.7"
files = [
{file = "mkdocs_material-9.0.15-py3-none-any.whl", hash = "sha256:734bcf6af9759888385ee15952c2e8a475d8568ded20965da321f0d8117dfe8f"},
{file = "mkdocs_material-9.0.15.tar.gz", hash = "sha256:d856bc67bc0115b1f258ca012724e17b72a9aea9b8b4d287c38460704f14eeb4"},
{file = "mkdocs_material-9.1.0-py3-none-any.whl", hash = "sha256:7b8a84594611e6b2c5391d996ccc2b3a2b410acd1027a65ce7533a3a43ff612b"},
{file = "mkdocs_material-9.1.0.tar.gz", hash = "sha256:8ce03306df37fc49300f0f1feea6f111004579c2050b5f6cb4924bbb4ca1ef1c"},
]
[package.dependencies]
@@ -2611,4 +2611,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "0c70290aece416705f2c00d13816f7506241546b139f83189b4a26095365e8ac"
content-hash = "2c6ebdfa3dd614d9fb6a979a1d94b33ab37474e02957ad3579a058280e763c43"

View File

@@ -38,7 +38,7 @@ botocore = "1.29.82"
colorama = "0.4.6"
detect-secrets = "1.4.0"
mkdocs = {version = "1.4.2", optional = true}
mkdocs-material = {version = "9.0.15", optional = true}
mkdocs-material = {version = "9.1.0", optional = true}
msgraph-core = "0.2.2"
pydantic = "1.10.5"
python = "^3.9"