build(deps): bump mkdocs-material from 9.4.14 to 9.5.2 (#3206)

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-12-19 12:39:10 +01:00
committed by GitHub
parent 435976800a
commit 71042b5919
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1551,13 +1551,13 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp
[[package]]
name = "mkdocs-material"
version = "9.4.14"
version = "9.5.2"
description = "Documentation that simply works"
optional = true
python-versions = ">=3.8"
files = [
{file = "mkdocs_material-9.4.14-py3-none-any.whl", hash = "sha256:dbc78a4fea97b74319a6aa9a2f0be575a6028be6958f813ba367188f7b8428f6"},
{file = "mkdocs_material-9.4.14.tar.gz", hash = "sha256:a511d3ff48fa8718b033e7e37d17abd9cc1de0fdf0244a625ca2ae2387e2416d"},
{file = "mkdocs_material-9.5.2-py3-none-any.whl", hash = "sha256:6ed0fbf4682491766f0ec1acc955db6901c2fd424c7ab343964ef51b819741f5"},
{file = "mkdocs_material-9.5.2.tar.gz", hash = "sha256:ca8b9cd2b3be53e858e5a1a45ac9668bd78d95d77a30288bb5ebc1a31db6184c"},
]
[package.dependencies]
@@ -3296,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "dc69e4c893197020e1c2d7d5bcceb9636b72e5cafbc9245710016baced63fc91"
content-hash = "a66bf8cf59e6df613ca28d07cb686f106e3797fe1dc11a3ed9394f4534379dd5"

View File

@@ -42,7 +42,7 @@ google-api-python-client = "2.110.0"
google-auth-httplib2 = "^0.1.0"
jsonschema = "4.20.0"
mkdocs = {version = "1.5.3", optional = true}
mkdocs-material = {version = "9.4.14", optional = true}
mkdocs-material = {version = "9.5.2", optional = true}
msgraph-core = "0.2.2"
msrestazure = "^0.6.4"
pydantic = "1.10.13"