diff --git a/docs/poetry.lock b/docs/poetry.lock index 8f256d65..dc6a5e46 100644 --- a/docs/poetry.lock +++ b/docs/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" @@ -332,13 +332,13 @@ files = [ [[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] @@ -740,4 +740,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d63b013ee441697c3f9b40036e27719678f110084f618fb009c25a1fbb7e279e" +content-hash = "e20924ac7cd1ca50a5796dc30917eaa734fb1f8284aa4c432c2e4b386f66b259" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 134a9a76..63156791 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -12,7 +12,7 @@ packages = [ python = "^3.11" mkdocs = "^1.5.3" mkdocs-glightbox = "^0.3.7" -mkdocs-material = "^9.5.12" +mkdocs-material = "^9.5.16" mkdocs-same-dir = "^0.1.3" pygments = "^2.17.2"