diff --git a/poetry.lock b/poetry.lock index 9f7a81eb..d7288ec1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -276,7 +276,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "8.5.2" +version = "8.5.3" description = "Documentation that simply works" category = "main" optional = false @@ -569,7 +569,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5f940def1ddb96653accaaade70aa0e93f215ccc18979e4d4ff75f9bf30e5cb3" +content-hash = "f6cc28f6ce46183ba79c8ecbfa30e30d87f1885a329d44318d23284161b05cd3" [metadata.files] attrs = [ @@ -724,8 +724,8 @@ mkdocs = [ {file = "mkdocs-1.3.1.tar.gz", hash = "sha256:a41a2ff25ce3bbacc953f9844ba07d106233cd76c88bac1f59cb1564ac0d87ed"}, ] mkdocs-material = [ - {file = "mkdocs-material-8.5.2.tar.gz", hash = "sha256:16ca1304a93b085e5dfb0dbcc681b74dad1587d8ba727c89c8fd4259dd8fe004"}, - {file = "mkdocs_material-8.5.2-py2.py3-none-any.whl", hash = "sha256:1962099d8c6eb7571896a0e7fdc52ff4fda1e906969d0e42ae3537418e807868"}, + {file = "mkdocs_material-8.5.3-py3-none-any.whl", hash = "sha256:d194c38041d1e83560221022b3f85eec4604b35e44f5c3a488c24b88542074ed"}, + {file = "mkdocs_material-8.5.3.tar.gz", hash = "sha256:43b0aa707d6f9acd836024cab2dce9330957c94a4e1e41c23ee6c8ce67b4d8c5"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pyproject.toml b/pyproject.toml index 2f5c51b8..60d9193c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gitpython = "^3.1.27" mdx_truly_sane_lists = "^1.3" mike = "^1.1.2" mkdocs = "^1.3.1" -mkdocs-material = "^8.5.2" +mkdocs-material = "^8.5.3" [tool.poetry.dev-dependencies] black = "^22.8"