diff --git a/poetry.lock b/poetry.lock index c2166479..e4b7e39a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -389,13 +389,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.29" +version = "9.5.32" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.29-py3-none-any.whl", hash = "sha256:afc1f508e2662ded95f0a35a329e8a5acd73ee88ca07ba73836eb6fcdae5d8b4"}, - {file = "mkdocs_material-9.5.29.tar.gz", hash = "sha256:3e977598ec15a4ddad5c4dfc9e08edab6023edb51e88f0729bd27be77e3d322a"}, + {file = "mkdocs_material-9.5.32-py3-none-any.whl", hash = "sha256:f3704f46b63d31b3cd35c0055a72280bed825786eccaf19c655b44e0cd2c6b3f"}, + {file = "mkdocs_material-9.5.32.tar.gz", hash = "sha256:38ed66e6d6768dde4edde022554553e48b2db0d26d1320b19e2e2b9da0be1120"}, ] [package.dependencies] @@ -853,4 +853,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7d96eac16cb8c4a6f2a31b67d97e5f70aa66d9471c738aa2ac633a1128fe3258" +content-hash = "d913d1c7190d6948a86a247c73109d2ae40c0edd80f8e4107a6a7467cf4a46b4" diff --git a/pyproject.toml b/pyproject.toml index bdd1a37a..0516a3cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["linxside "] [tool.poetry.dependencies] python = "^3.8" mkdocs = "1.6.0" -mkdocs-material = "9.5.29" +mkdocs-material = "9.5.32" [tool.poetry.dev-dependencies] pytest = "^8.0.0"