From 1ac8775e68a9450dcd008a82dfcdff7ef8b84615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:03:53 +0000 Subject: [PATCH] Bump mkdocs-material from 9.7.3 to 9.7.4 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.7.3 to 9.7.4. - [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.3...9.7.4) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.4 dependency-type: direct:development 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 067ee02..ee6d2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest>=8.3.5", "types-requests==2.32.4.20260107", "mkdocstrings>=0.27", - "mkdocs-material==9.7.3", + "mkdocs-material==9.7.4", "mkdocs>=1.6.1", "requests-testing>=0.2.0", "pytest-asyncio>=0.26.0",