diff --git a/poetry.lock b/poetry.lock index 93716cec8..a5a9069a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -257,7 +257,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "8.3.3" +version = "8.3.4" 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 = "4dc79016a4173f0104c45e7f5632343b38c916311854dabe6e55426af1c13020" +content-hash = "51bff5ab752cf282617b150f2fe4a8d8160a696ae351e07b2fde75f0f06bcf2a" [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.3.tar.gz", hash = "sha256:3dd30af894f6d5da3d8a2f8ffc04c90c4d0f1be013e654ec45f608373c131542"}, - {file = "mkdocs_material-8.3.3-py2.py3-none-any.whl", hash = "sha256:4f9564af58f9c96f25c263cb705a40a82c833cb10c2626d6db6ddadedaa5b6c3"}, + {file = "mkdocs-material-8.3.4.tar.gz", hash = "sha256:467040e9c93fada45f78398336595158ed5f398e49291186e2cfc2f3e8b1973e"}, + {file = "mkdocs_material-8.3.4-py2.py3-none-any.whl", hash = "sha256:04db519908cd2bee450b0d2bdad3ac365d788e774528dd37f11e2ce3586d8e13"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pyproject.toml b/pyproject.toml index 8b1333842..2185bd8c7 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.3" +mkdocs-material = "^8.3.4" [tool.poetry.dev-dependencies] black = "^22.3"