build(deps): bump mkdocs-material from 9.1.17 to 9.1.18 (#2546)

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-07-04 09:02:25 +02:00
committed by GitHub
parent cbcb5905a3
commit 2f153fda2e
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.17"
version = "9.1.18"
description = "Documentation that simply works"
optional = true
python-versions = ">=3.7"
files = [
{file = "mkdocs_material-9.1.17-py3-none-any.whl", hash = "sha256:809ed68427fbab0330b0b07bc93175824c3b98f4187060a5c7b46aa8ae398a75"},
{file = "mkdocs_material-9.1.17.tar.gz", hash = "sha256:5a076524625047bf4ee4da1509ec90626f8fce915839dc07bdae6b59ff4f36f9"},
{file = "mkdocs_material-9.1.18-py3-none-any.whl", hash = "sha256:5bcf8fb79ac2f253c0ffe93fa181cba87718c6438f459dc4180ac7418cc9a450"},
{file = "mkdocs_material-9.1.18.tar.gz", hash = "sha256:981dd39979723d4cda7cfc77bbbe5e54922d5761a7af23fb8ba9edb52f114b13"},
]
[package.dependencies]
@@ -2772,4 +2772,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "cd4f6617586ca5965b9961d1d02c1ef8fa219ef623114b4789d6615bd7d083e9"
content-hash = "dd917e82fbc6144da7972e6d6fd0d3db0a4851f98defbd55e8a5ee78079eb2d2"

View File

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