From 6e74e463ec07f04d245d2e00b16aebc944572b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:35:39 +0000 Subject: [PATCH] Bump mkdocs-material[imaging] from 9.7.3 to 9.7.4 Bumps [mkdocs-material[imaging]](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[imaging] 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 ce6d5e1836..e719fcf83b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ docs = [ # MkDocs to build our documentation. "mkdocs==1.6.1", - "mkdocs-material[imaging]==9.7.3", + "mkdocs-material[imaging]==9.7.4", # pylinkvalidator to check for broken links in documentation. "pylinkvalidator==0.3", ]