From d3bc6fda7470b90d0b84a129941803c19f0e7249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:46:49 +0100 Subject: [PATCH] build(deps): bump mkdocs-material from 9.4.10 to 9.4.14 (#3070) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 667e7f66..d7ff008f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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.10" +version = "9.4.14" description = "Documentation that simply works" optional = true python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.4.10-py3-none-any.whl", hash = "sha256:207c4ebc07faebb220437d2c626edb0c9760c82ccfc484500bd3eb30dfce988c"}, - {file = "mkdocs_material-9.4.10.tar.gz", hash = "sha256:421adedaeaa461dcaf55b8d406673934ade3d4f05ed9819e4cc7b4ee1d646a62"}, + {file = "mkdocs_material-9.4.14-py3-none-any.whl", hash = "sha256:dbc78a4fea97b74319a6aa9a2f0be575a6028be6958f813ba367188f7b8428f6"}, + {file = "mkdocs_material-9.4.14.tar.gz", hash = "sha256:a511d3ff48fa8718b033e7e37d17abd9cc1de0fdf0244a625ca2ae2387e2416d"}, ] [package.dependencies] @@ -3312,4 +3312,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "653c89aa68d9924b75c01a3dd894fdffc57fb899d46dcc23728e0543a3fc24e9" +content-hash = "c8c78ca53a87d1296be6853152d4de4f9cdfca84b7b53978735b0fc94d5b826c" diff --git a/pyproject.toml b/pyproject.toml index 99a7318c..d95a489b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ google-api-python-client = "2.108.0" google-auth-httplib2 = "^0.1.0" jsonschema = "4.18.0" mkdocs = {version = "1.5.3", optional = true} -mkdocs-material = {version = "9.4.10", optional = true} +mkdocs-material = {version = "9.4.14", optional = true} msgraph-core = "0.2.2" msrestazure = "^0.6.4" pydantic = "1.10.13"