From 8ad46693c13a6024628eeddc5b173ae836e21e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:55:23 +0000 Subject: [PATCH] Bump pymdown-extensions from 10.21.3 to 11.0 in /docs Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.21.3 to 11.0. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21.3...11.0) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: '11.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e90a9c4ff..9af59fe16 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ mkdocs-macros-plugin==1.0.5 mkdocs-material[imaging]>=9.7.1 mkdocs-material-extensions==1.3.1 mkdocs-static-i18n==1.3.0 -pymdown-extensions==10.21.3 +pymdown-extensions==11.0 Pygments<2.18 # https://github.com/mkdocs/mkdocs/issues/4032