From b2c6bc29cc460f3cf73ad8b1a4bb86d2c9c3b2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:02:24 +0000 Subject: [PATCH] Bump mkdocs-material from 9.6.20 to 9.6.21 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.20 to 9.6.21. - [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.6.21) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29b4d43..b1076b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest>=8.3.5", "types-requests==2.32.4.20250913", "mkdocstrings>=0.27", - "mkdocs-material==9.6.20", + "mkdocs-material==9.6.21", "mkdocs>=1.6.1", "requests-testing>=0.2.0", "pytest-asyncio>=0.26.0",