diff --git a/poetry.lock b/poetry.lock index fe4ab98..970cf3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -791,14 +791,14 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.7.3" +version = "9.7.4" description = "Documentation that simply works" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "mkdocs_material-9.7.3-py3-none-any.whl", hash = "sha256:37ebf7b4788c992203faf2e71900be3c197c70a4be9b0d72aed537b08a91dd9d"}, - {file = "mkdocs_material-9.7.3.tar.gz", hash = "sha256:e5f0a18319699da7e78c35e4a8df7e93537a888660f61a86bd773a7134798f22"}, + {file = "mkdocs_material-9.7.4-py3-none-any.whl", hash = "sha256:6549ad95e4d130ed5099759dfa76ea34c593eefdb9c18c97273605518e99cfbf"}, + {file = "mkdocs_material-9.7.4.tar.gz", hash = "sha256:711b0ee63aca9a8c7124d4c73e83a25aa996e27e814767c3a3967df1b9e56f32"}, ] [package.dependencies] @@ -1540,4 +1540,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "9a4e19285d05363012336f4af8ab7a3305cbd76e70db139775ebe5a4a0f0a9f3" +content-hash = "41ca370448b53e7db962c0f6522cc722ee806367b4648d59d909894fca3c3d63" diff --git a/pyproject.toml b/pyproject.toml index 541e194..bc0d59c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ poethepoet = "^0.42.1" pytest = "^9.0.2" mkdocs = "^1.5.3" mkdocs-typer = "^0.0.3" -mkdocs-material = "^9.7.3" +mkdocs-material = "^9.7.4" ruff = "^0.15.5" [build-system]