diff --git a/poetry.lock b/poetry.lock index 78bbd97..bf4b0e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "babel" @@ -457,14 +457,14 @@ pytz = ">=2025.1" [[package]] name = "mkdocs-material" -version = "9.6.21" +version = "9.6.23" description = "Documentation that simply works" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "mkdocs_material-9.6.21-py3-none-any.whl", hash = "sha256:aa6a5ab6fb4f6d381588ac51da8782a4d3757cb3d1b174f81a2ec126e1f22c92"}, - {file = "mkdocs_material-9.6.21.tar.gz", hash = "sha256:b01aa6d2731322438056f360f0e623d3faae981f8f2d8c68b1b973f4f2657870"}, + {file = "mkdocs_material-9.6.23-py3-none-any.whl", hash = "sha256:3bf3f1d82d269f3a14ed6897bfc3a844cc05e1dc38045386691b91d7e6945332"}, + {file = "mkdocs_material-9.6.23.tar.gz", hash = "sha256:62ebc9cdbe90e1ae4f4e9b16a6aa5c69b93474c7b9e79ebc0b11b87f9f055e00"}, ] [package.dependencies] @@ -865,4 +865,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "b3becf6a4d2d6ddfa85e8968025c177a591a3f651b55323ffb9317fb2a87b154" +content-hash = "42e4d29c556a07baa81bee700f3f74ddc0b96ada0f88412c51258500c2e05127" diff --git a/pyproject.toml b/pyproject.toml index 00537cc..5ebdcbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -mkdocs-material = "^9.6.21" +mkdocs-material = "^9.6.23" mkdocs-minify-plugin = "^0.8.0" mkdocs-redirects = "^1.2.2" mkdocs-static-i18n = "^1.3.0"