diff --git a/poetry.lock b/poetry.lock index 1099b61..d008fcf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -389,13 +389,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.34" +version = "9.5.39" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.34-py3-none-any.whl", hash = "sha256:54caa8be708de2b75167fd4d3b9f3d949579294f49cb242515d4653dbee9227e"}, - {file = "mkdocs_material-9.5.34.tar.gz", hash = "sha256:1e60ddf716cfb5679dfd65900b8a25d277064ed82d9a53cd5190e3f894df7840"}, + {file = "mkdocs_material-9.5.39-py3-none-any.whl", hash = "sha256:0f2f68c8db89523cb4a59705cd01b4acd62b2f71218ccb67e1e004e560410d2b"}, + {file = "mkdocs_material-9.5.39.tar.gz", hash = "sha256:25faa06142afa38549d2b781d475a86fb61de93189f532b88e69bf11e5e5c3be"}, ] [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 = "962393b4058e283b46832680434cd0ebefed3f7b52b44d649f002ae561ae3e5d" +content-hash = "d4741b322c4dc809c1ed7349ebe5e0f0d5a9346f68ef88e40b80c1092b9aaf0d" diff --git a/pyproject.toml b/pyproject.toml index f5081ab..46097c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["linxside "] [tool.poetry.dependencies] python = "^3.8" mkdocs = "1.6.1" -mkdocs-material = "9.5.34" +mkdocs-material = "9.5.39" [tool.poetry.dev-dependencies] pytest = "^8.0.0"