diff --git a/docs/poetry.lock b/docs/poetry.lock index ab3cf9e..197ea11 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -497,13 +497,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.43" +version = "9.5.44" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.43-py3-none-any.whl", hash = "sha256:4aae0664c456fd12837a3192e0225c17960ba8bf55d7f0a7daef7e4b0b914a34"}, - {file = "mkdocs_material-9.5.43.tar.gz", hash = "sha256:83be7ff30b65a1e4930dfa4ab911e75780a3afc9583d162692e434581cb46979"}, + {file = "mkdocs_material-9.5.44-py3-none-any.whl", hash = "sha256:47015f9c167d58a5ff5e682da37441fc4d66a1c79334bfc08d774763cacf69ca"}, + {file = "mkdocs_material-9.5.44.tar.gz", hash = "sha256:f3a6c968e524166b3f3ed1fb97d3ed3e0091183b0545cedf7156a2a6804c56c0"}, ] [package.dependencies] @@ -955,4 +955,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "24caa1718dba17adf16d3705f677155b6f860651e6bcba1913157d360b56f77a" +content-hash = "867323a81ee103884d73cd47f5a6285bf58ed151503d5dc0666bc36dc53c62d1" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 4d5a6ac..d6df965 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -7,7 +7,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" mkdocs = "^1.6.1" -mkdocs-material = "^9.5.43" +mkdocs-material = "^9.5.44" neoteroi-mkdocs = "^1.1.0"