build(deps): bump mkdocs-material from 9.1.0 to 9.1.1 (#2047)

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-07 09:33:19 +01:00
committed by GitHub
parent 9c22698723
commit 4761bd8fda
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1199,14 +1199,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.0" version = "9.1.1"
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.0-py3-none-any.whl", hash = "sha256:7b8a84594611e6b2c5391d996ccc2b3a2b410acd1027a65ce7533a3a43ff612b"}, {file = "mkdocs_material-9.1.1-py3-none-any.whl", hash = "sha256:3b20d4e9ee28b2c276d391eb2c4e599ff8865e6c7dcab8146a7fd9805ca59263"},
{file = "mkdocs_material-9.1.0.tar.gz", hash = "sha256:8ce03306df37fc49300f0f1feea6f111004579c2050b5f6cb4924bbb4ca1ef1c"}, {file = "mkdocs_material-9.1.1.tar.gz", hash = "sha256:836f0066c9346afc05b1962c146ea097025512bbb607c5f04a38248d7415f165"},
] ]
[package.dependencies] [package.dependencies]
@@ -2610,4 +2610,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 = "c5179f86784920dbffb657db9bf042a6ce0db7bda44b63d3e902c5058a0f9a45" content-hash = "4a54cce9a589c51884a3b3da35d93ce402d4058db524649b382acfb665b7a6c3"

View File

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