From b2be25fb112075514ad006ea3baca8c88fdef1ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 08:58:55 +0000 Subject: [PATCH] chore(deps): update dependency mkdocs-material to v9.5.34 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ef23aef3..73b6c202 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.34" 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.34-py3-none-any.whl", hash = "sha256:54caa8be708de2b75167fd4d3b9f3d949579294f49cb242515d4653dbee9227e"}, + {file = "mkdocs_material-9.5.34.tar.gz", hash = "sha256:1e60ddf716cfb5679dfd65900b8a25d277064ed82d9a53cd5190e3f894df7840"}, ] [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 = "5cefa3c39ba249e7983c1f4aa6f21b85eba07e187711943a148bf5cd94bf268b" diff --git a/pyproject.toml b/pyproject.toml index bdd1a37a..bdc1f869 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.34" [tool.poetry.dev-dependencies] pytest = "^8.0.0"