From bb766223374811c304455e62e0f5455dfa983dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:58:30 +0100 Subject: [PATCH] Bump mkdocs-material[imaging] from 9.7.0 to 9.7.3 (#9912) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de64b8483..1715b6e22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ test = [ docs = [ # MkDocs to build our documentation. "mkdocs==1.6.1", - "mkdocs-material[imaging]==9.7.0", + "mkdocs-material[imaging]==9.7.3", # pylinkvalidator to check for broken links in documentation. "pylinkvalidator==0.3", ]