From c0cfadcf6045f7a5c20624b21d9027ca593f173b Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 4 Sep 2026 03:34:34 -0400 Subject: [PATCH] docs: bump mkdocs-material version to 9.7.7 (#2235) Didn't realize this was available; this fixes an XSS vuln (see https://github.com/squidfunk/mkdocs-material/releases/tag/9.7.7). --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b5ced98f..fcf3a21f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # TODO: We may want to migrate off of mkdocs since mkdocs-material is # now on maintenance mode... this might be kinda hard to do though. mkdocs == 1.6.1 -mkdocs-material == 9.7.6 +mkdocs-material == 9.7.7 mdx_truly_sane_lists == 1.3 mike == 2.1.4 mkdocs-git-revision-date-localized-plugin == 1.4.5