From 482bd74e68dc3b2086c4f997cde86d9f0255158d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:00:00 +0000 Subject: [PATCH] chore: update pymdown-extensions requirement from >=10.7.1 to >=10.21.3 Updates the requirements on [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) to permit the latest version. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7.1...10.21.3) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9bd5da6..cf4c108 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ mkdocs-git-authors-plugin>=0.9.0 mkdocs-git-revision-date-localized-plugin>=1.2.6 # Markdown extensions (bundled with material, listed for clarity) -pymdown-extensions>=10.7.1 +pymdown-extensions>=10.21.3