From 107c730ff822e0fa3087eb7ae7b028e1a3a75007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:51:19 +0000 Subject: [PATCH] Bump mkdocs-material from 9.5.49 to 9.5.50 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.49 to 9.5.50. - [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.49...9.5.50) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fc5180..8e3c29e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ python_requires='>=3.11, <4', install_requires=[ "mkdocs==1.6.1", - "mkdocs-material==9.5.49", + "mkdocs-material==9.5.50", "mkdocs-minify-plugin==0.8.0", "mkdocs-redirects==1.2.2", ],