diff --git a/poetry.lock b/poetry.lock index bba2a4b0..caa01f38 100644 --- a/poetry.lock +++ b/poetry.lock @@ -274,7 +274,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "7.2.6" +version = "7.2.8" description = "A Material Design theme for MkDocs" category = "main" optional = false @@ -555,7 +555,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "ce6ab3f98a361ff7772e87795fe56c8e71dff6485dc15fcfd852072fa8a6ce52" +content-hash = "3a91ce1ade88e7c35478f4c1359e5494f959f91877f8ae437b2bdbc941866e04" [metadata.files] atomicwrites = [ @@ -697,8 +697,8 @@ mkdocs = [ {file = "mkdocs-1.2.2.tar.gz", hash = "sha256:a334f5bd98ec960638511366eb8c5abc9c99b9083a0ed2401d8791b112d6b078"}, ] mkdocs-material = [ - {file = "mkdocs-material-7.2.6.tar.gz", hash = "sha256:4bdeff63904680865676ceb3193216934de0b33fa5b2446e0a84ade60929ee54"}, - {file = "mkdocs_material-7.2.6-py2.py3-none-any.whl", hash = "sha256:4c6939b9d7d5c6db948ab02df8525c64211828ddf33286acea8b9d2115cec369"}, + {file = "mkdocs-material-7.2.8.tar.gz", hash = "sha256:b9a3d1cda28310acf74842a227fedc90d26e407742d3d7ffc0cdcf0560d22ed3"}, + {file = "mkdocs_material-7.2.8-py2.py3-none-any.whl", hash = "sha256:ffa1ccde3f58b955d65a3420a18c7739178722150790bbd1b08393b0b81ada55"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.1.tar.gz", hash = "sha256:6947fb7f5e4291e3c61405bad3539d81e0b3cd62ae0d66ced018128af509c68f"}, diff --git a/pyproject.toml b/pyproject.toml index 5cddc499..8a4f804c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gitpython = "^3.1.24" mdx_truly_sane_lists = "^1.2" mike = "^1.1.1" mkdocs = "^1.2.1" -mkdocs-material = "^7.2.6" +mkdocs-material = "^7.2.8" [tool.poetry.dev-dependencies] black = "^21.9b0"