diff --git a/poetry.lock b/poetry.lock index 2a8ad803..661cf129 100644 --- a/poetry.lock +++ b/poetry.lock @@ -257,7 +257,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "8.3.5" +version = "8.3.6" description = "Documentation that simply works" category = "main" optional = false @@ -519,7 +519,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "a02aec0b32094ec9b0d4b6f474dac8f281bf37562974d1be85d8c1d2a277f0e4" +content-hash = "0b917cc00d05301d6e43cce16404ccf9bb126f6d840835606ad90f188534d36f" [metadata.files] atomicwrites = [ @@ -666,8 +666,8 @@ mkdocs = [ {file = "mkdocs-1.3.0.tar.gz", hash = "sha256:b504405b04da38795fec9b2e5e28f6aa3a73bb0960cb6d5d27ead28952bd35ea"}, ] mkdocs-material = [ - {file = "mkdocs-material-8.3.5.tar.gz", hash = "sha256:0d7ae82b28fa57a2ad9a4eeb5fd01704cb8fe963eb20c56a68afdd735e52b432"}, - {file = "mkdocs_material-8.3.5-py2.py3-none-any.whl", hash = "sha256:9190aef365bd6ed43b27f47d1de956d9e67b61f4b9edb444563337ef717cacd3"}, + {file = "mkdocs-material-8.3.6.tar.gz", hash = "sha256:be8f95c0dfb927339b55b2cc066423dc0b381be9828ff74a5b02df979a859b66"}, + {file = "mkdocs_material-8.3.6-py2.py3-none-any.whl", hash = "sha256:01f3fbab055751b3b75a64b538e86b9ce0c6a0f8d43620f6287dfa16534443e5"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pyproject.toml b/pyproject.toml index 310ededa..146eb2ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gitpython = "^3.1.27" mdx_truly_sane_lists = "^1.2" mike = "^1.1.2" mkdocs = "^1.3.0" -mkdocs-material = "^8.3.5" +mkdocs-material = "^8.3.6" [tool.poetry.dev-dependencies] black = "^22.3"