From 4bfbefbdfca23831bfe7ae71aea0c94403dc9911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:36:07 +0800 Subject: [PATCH] Bump mkdocs-material from 9.5.31 to 9.5.32 (#206) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.31 to 9.5.32. - [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.31...9.5.32) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff9d55f..54781f2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ python_requires='>=3.11, <4', install_requires=[ "mkdocs==1.6.0", - "mkdocs-material==9.5.31", + "mkdocs-material==9.5.32", "mkdocs-minify-plugin==0.8.0", "mkdocs-redirects==1.2.1", ],