diff --git a/poetry.lock b/poetry.lock index ea6e1ed10..0731d16b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "babel" @@ -462,13 +462,13 @@ test = ["mkdocs-include-markdown-plugin", "mkdocs-macros-test", "mkdocs-material [[package]] name = "mkdocs-material" -version = "9.5.12" +version = "9.5.16" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.12-py3-none-any.whl", hash = "sha256:d6f0c269f015e48c76291cdc79efb70f7b33bbbf42d649cfe475522ebee61b1f"}, - {file = "mkdocs_material-9.5.12.tar.gz", hash = "sha256:5f69cef6a8aaa4050b812f72b1094fda3d079b9a51cf27a247244c03ec455e97"}, + {file = "mkdocs_material-9.5.16-py3-none-any.whl", hash = "sha256:32fce3cd8ecbd5dca6e5887cc0cf5bc78707a36f7d0f6f1bbbe9edaf428b8055"}, + {file = "mkdocs_material-9.5.16.tar.gz", hash = "sha256:8b89b639592660f24657bb058de4aff0060cd0383148f8f51711201730f17503"}, ] [package.dependencies] @@ -960,4 +960,4 @@ bracex = ">=2.1.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "49c02eabe31011d174c8d596bb23c38364d2b6742d578e5cc3d56ceccc7f4b68" +content-hash = "7560e1daf596c45e5ecb6a11286f04af2930b0556c22bb604d5e2933f74ed306" diff --git a/pyproject.toml b/pyproject.toml index 05ae7fb17..20eae7618 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.11" mkdocs = "^1.5.3" Pygments = "^2.17.2" pymdown-extensions = "^10.2" -mkdocs-material = "^9.5.12" +mkdocs-material = "^9.5.16" mkdocs-build-plantuml-plugin = "^1.9.0" mkdocs-git-revision-date-localized-plugin = "^1.2.1" mkdocs-redirects = "^1.2.1"