From 0142e29b180c884f4404f1008ce7dabcba354335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:21:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mkdocs-material=20from=209.6?= =?UTF-8?q?.20=20to=209.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.20 to 9.7.2. - [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.6.20...9.7.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33c5ecd..d739394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "pytest-asyncio>=1.1.0", "pytest-cov>=6.2.1", "types-croniter>=6.0.0.20250809", - "mkdocs-material==9.6.20", + "mkdocs-material==9.7.2", "mkdocstrings[python]==0.30.1", ]