diff --git a/poetry.lock b/poetry.lock index 454dde3e..57cb614d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -257,7 +257,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "8.3.7" +version = "8.3.8" 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 = "577b45735b6c5e351afe10c7594ca54d951c8cd9901992daaf4a308575aaeb4a" +content-hash = "551575b3746f65fe5049c7e53dc657168d8c285b309756ee99df63e8800676d4" [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.7.tar.gz", hash = "sha256:e0e01f5deeacb126ad0a64998bb66d512c24467f4c9550a0afc74f7f0719a9ae"}, - {file = "mkdocs_material-8.3.7-py2.py3-none-any.whl", hash = "sha256:f24ed0fc185dd88b036abc0425ce9e31ecf1e7e673bf01d3b168b373c08e629a"}, + {file = "mkdocs-material-8.3.8.tar.gz", hash = "sha256:b9cd305c3c29ef758931dae06e4aea0ca9f8bcc8ac6b2d45f10f932a015d6b83"}, + {file = "mkdocs_material-8.3.8-py2.py3-none-any.whl", hash = "sha256:949c75fa934d4b9ecc7b519964e58f0c9fc29f2ceb04736c85809cdbc403dfb5"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pyproject.toml b/pyproject.toml index 2392cd52..e9b07418 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.7" +mkdocs-material = "^8.3.8" [tool.poetry.dev-dependencies] black = "^22.3"