From 838130e6805d7cc3194129b3043f563a914612db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:22:13 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs-material from 9.5.32 to 9.5.34 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.32 to 9.5.34. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.32...9.5.34) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3b2c82f..927a0d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -819,13 +819,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.32" +version = "9.5.34" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.32-py3-none-any.whl", hash = "sha256:f3704f46b63d31b3cd35c0055a72280bed825786eccaf19c655b44e0cd2c6b3f"}, - {file = "mkdocs_material-9.5.32.tar.gz", hash = "sha256:38ed66e6d6768dde4edde022554553e48b2db0d26d1320b19e2e2b9da0be1120"}, + {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] @@ -1832,4 +1832,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "264509820b5a5719be5d47155647f28ec3e4dae429f95c93d71ec56a179f23e3" +content-hash = "881aa8c2c0d8e1feca2a9f8166f16e96bb2edc126977cf1d64bf60f49e1da7a6" diff --git a/pyproject.toml b/pyproject.toml index 2b83ca8..68d0476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ commitizen = "^3.29.0" pre-commit = "^3.3.0" # documentation mkdocs = "^1.3.0" -mkdocs-material = "^9.5.32" +mkdocs-material = "^9.5.34" [build-system] requires = ["poetry>=1.7.0"]