diff --git a/poetry.lock b/poetry.lock index 6bf16d663..a28573501 100644 --- a/poetry.lock +++ b/poetry.lock @@ -449,13 +449,13 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp [[package]] name = "mkdocs-material" -version = "9.5.3" +version = "9.5.4" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.3-py3-none-any.whl", hash = "sha256:76c93a8525cceb0b395b9cedab3428bf518cf6439adef2b940f1c1574b775d89"}, - {file = "mkdocs_material-9.5.3.tar.gz", hash = "sha256:5899219f422f0a6de784232d9d40374416302ffae3c160cacc72969fcc1ee372"}, + {file = "mkdocs_material-9.5.4-py3-none-any.whl", hash = "sha256:efd7cc8ae03296d728da9bd38f4db8b07ab61f9738a0cbd0dfaf2a15a50e7343"}, + {file = "mkdocs_material-9.5.4.tar.gz", hash = "sha256:3d196ee67fad16b2df1a458d650a8ac1890294eaae368d26cee71bc24ad41c40"}, ] [package.dependencies] @@ -1004,4 +1004,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7cd2ed170dda9d26a00ef163ae8d17f961085f71771246cb1316793f1062fbb2" +content-hash = "7f4d3698a068dceee1103952b796a20f249d2190a58d800b3653b1dd2171d494" diff --git a/pyproject.toml b/pyproject.toml index 70f42249e..32259986e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gitpython = "^3.1.41" mdx_truly_sane_lists = "^1.3" mike = "^2.0.0" mkdocs = "^1.5.3" -mkdocs-material = "^9.5.3" +mkdocs-material = "^9.5.4" [tool.poetry.dev-dependencies] black = "^23.12"