From 7000669e0226cbacad885c4d9589aad6bacdcb30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 11:24:38 +0000 Subject: [PATCH] Bump pymdown-extensions from 11.0 to 11.0.1 in /docs Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 11.0 to 11.0.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/11.0...11.0.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 11.0.1 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 9af59fe16..251db2a87 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==11.0 +pymdown-extensions==11.0.1 Pygments<2.18 # https://github.com/mkdocs/mkdocs/issues/4032