diff --git a/poetry.lock b/poetry.lock index 91f8cb1a..2aa18443 100644 --- a/poetry.lock +++ b/poetry.lock @@ -277,7 +277,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "7.2.2" +version = "7.2.3" 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 = "4af64e7a0db3b8bc00921bca7903be5b416178b2ae1b6e421d4fbbb64b800fb3" +content-hash = "6d26101e0b0b03e62b46234313f9123942226d68b00cdac527d2b0959ff574ea" [metadata.files] appdirs = [ @@ -692,8 +692,8 @@ mkdocs = [ {file = "mkdocs-1.2.2.tar.gz", hash = "sha256:a334f5bd98ec960638511366eb8c5abc9c99b9083a0ed2401d8791b112d6b078"}, ] mkdocs-material = [ - {file = "mkdocs-material-7.2.2.tar.gz", hash = "sha256:4f501e139e2f8546653e7d8777c9b97ca639d03d8c86345a60609864cc5bbb03"}, - {file = "mkdocs_material-7.2.2-py2.py3-none-any.whl", hash = "sha256:76de22213f0e0319b9bddf1bfa86530e93efb4a604e9ddf8f8419f0438572523"}, + {file = "mkdocs-material-7.2.3.tar.gz", hash = "sha256:688f0162e7356aa5d019cf687851f5b24c7002886bd939b8159595cc16966edf"}, + {file = "mkdocs_material-7.2.3-py2.py3-none-any.whl", hash = "sha256:039ce80555ba457faa10af993c57e9b6469918c6a5427851dcdd65591cc47fac"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.1.tar.gz", hash = "sha256:6947fb7f5e4291e3c61405bad3539d81e0b3cd62ae0d66ced018128af509c68f"}, diff --git a/pyproject.toml b/pyproject.toml index e26096b4..1376285e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gitpython = "^3.1.20" mdx_truly_sane_lists = "^1.2" mike = "^1.0.1" mkdocs = "^1.2.1" -mkdocs-material = "^7.1.8" +mkdocs-material = "^7.2.3" [tool.poetry.dev-dependencies] black = "^21.7b0"