From 8287c364fce0408a7fce572c8085a9dec8ec24d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 15:59:50 +0000 Subject: [PATCH] Update dependency mkdocs-material to ^9.5.6 (#49) Co-authored-by: renovate[bot] <29139614+renovate[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 6de8acb..917d9eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -617,13 +617,13 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.5.5" +version = "9.5.6" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.5-py3-none-any.whl", hash = "sha256:ac50b2431a79a3b160fdefbba37c9132485f1a69166aba115ad49fafdbbbc5df"}, - {file = "mkdocs_material-9.5.5.tar.gz", hash = "sha256:4480d9580faf42fed0123d0465502bfc1c0c239ecc9c4d66159cf0459ea1b4ae"}, + {file = "mkdocs_material-9.5.6-py3-none-any.whl", hash = "sha256:e115b90fccf5cd7f5d15b0c2f8e6246b21041628b8f590630e7fca66ed7fcf6c"}, + {file = "mkdocs_material-9.5.6.tar.gz", hash = "sha256:5b24df36d8ac6cecd611241ce6f6423ccde3e1ad89f8360c3f76d5565fc2d82a"}, ] [package.dependencies] @@ -1418,4 +1418,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7d404d6f41cc8c3332c1ba84fee4eeeb1f4370b819a7d84213685ff7f322422a" +content-hash = "b90b7f7d74b912bd8bae30be14969f10b4776fe501133918f692d18392adadbe" diff --git a/pyproject.toml b/pyproject.toml index f7e86e2..4072c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pytest-cov = "^4.1.0" [tool.poetry.group.docs.dependencies] mkdocs = "^1.5.3" mkdocstrings = "^0.24.0" -mkdocs-material = "^9.5.5" +mkdocs-material = "^9.5.6" mkdocs-minify-plugin = "^0.7.2" mkdocs-table-reader-plugin = "^2.0.3"