diff --git a/poetry.lock b/poetry.lock index 9b96bf1a5..b100d3297 100644 --- a/poetry.lock +++ b/poetry.lock @@ -272,7 +272,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "8.1.7" +version = "8.1.8" description = "A Material Design theme for MkDocs" category = "main" optional = false @@ -546,7 +546,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "7e49a083fdf402939a57661dce035e8ab946a029db2e7049679c38a298143a0b" +content-hash = "63e847f971e7361d8d7c9e9c17f74eb2f01ea5a55a2eab58996b955a7cfd6254" [metadata.files] atomicwrites = [ @@ -689,8 +689,8 @@ mkdocs = [ {file = "mkdocs-1.2.3.tar.gz", hash = "sha256:89f5a094764381cda656af4298727c9f53dc3e602983087e1fe96ea1df24f4c1"}, ] mkdocs-material = [ - {file = "mkdocs-material-8.1.7.tar.gz", hash = "sha256:16a50e3f08f1e41bdc3115a00045d174e7fd8219c26917d0d0b48b2cc9d5a18f"}, - {file = "mkdocs_material-8.1.7-py2.py3-none-any.whl", hash = "sha256:71bcac6795b22dcf8bab8b9ad3fe462242c4cd05d28398281902425401f23462"}, + {file = "mkdocs-material-8.1.8.tar.gz", hash = "sha256:7698b59e09640fb0ae47f4ec426f327f7cbe729386b1cdbbb65ac77bc2a95b45"}, + {file = "mkdocs_material-8.1.8-py2.py3-none-any.whl", hash = "sha256:e8adc408c620e5fa23286e7fbfde3ccd37187fbda907a64594c36dbcd119a9ce"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.1.tar.gz", hash = "sha256:6947fb7f5e4291e3c61405bad3539d81e0b3cd62ae0d66ced018128af509c68f"}, diff --git a/pyproject.toml b/pyproject.toml index 7e1649618..4f281bb3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gitpython = "^3.1.26" mdx_truly_sane_lists = "^1.2" mike = "^1.1.2" mkdocs = "^1.2.3" -mkdocs-material = "^8.1.7" +mkdocs-material = "^8.1.8" [tool.poetry.dev-dependencies] black = "^21.12b0"