From bd03a69b7431bfb9e870dc82384119efa67963c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 03:35:23 +0000 Subject: [PATCH] chore: bump mkdocs-material in the docs-dependencies group Bumps the docs-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.7.4 to 9.7.5 - [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.7.4...9.7.5) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0da1ce..7c64768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ ] docs = [ "mkdocs==1.6.1", - "mkdocs-material==9.7.4", + "mkdocs-material==9.7.5", "mkdocstrings[python]==1.0.3", "mkdocs-jupyter==0.25.1", "mkdocs-plotly-plugin==0.1.3",