diff --git a/poetry.lock b/poetry.lock index 6aab738d6..0769f11a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -268,7 +268,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "8.2.16" +version = "8.3.0" description = "Documentation that simply works" category = "main" optional = false @@ -531,7 +531,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "73e0cf7225c6346f0c34fbb7a4a1796aa084d23dc4aac713c9b42d69972b9c0a" +content-hash = "7ab641de6d73ad1c5e3108e59223db702bb008bebf1e61e1339ae6610480bb20" [metadata.files] atomicwrites = [ @@ -694,8 +694,8 @@ mkdocs = [ {file = "mkdocs-1.3.0.tar.gz", hash = "sha256:b504405b04da38795fec9b2e5e28f6aa3a73bb0960cb6d5d27ead28952bd35ea"}, ] mkdocs-material = [ - {file = "mkdocs-material-8.2.16.tar.gz", hash = "sha256:7e0a8d0adf0e3425e707e119b041820b5cd3a015225c9c6031ed086e74fe4275"}, - {file = "mkdocs_material-8.2.16-py2.py3-none-any.whl", hash = "sha256:40557b12950d3212cb0d044f57fe47787f698daea540d01b2e3856237705fa34"}, + {file = "mkdocs-material-8.3.0.tar.gz", hash = "sha256:4cad98c47c49a86591ed16a790c07d59402901fc5345f575a3b7329403f5c66e"}, + {file = "mkdocs_material-8.3.0-py2.py3-none-any.whl", hash = "sha256:e37e7da1c5923c5b9f0bb8c4ad90bc694fee8f966b43b302a7ff61cb2c35c2e0"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pyproject.toml b/pyproject.toml index 83e0ebc54..dcaeb95a9 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.2.16" +mkdocs-material = "^8.3.0" [tool.poetry.dev-dependencies] black = "^22.3"