From abf83f2ea36e16717ce0c9811bca764bc75b0fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 12:42:43 +0000 Subject: [PATCH] chore: bump pymdown-extensions from 10.21.3 to 11.0.1 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.21.3 to 11.0.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21.3...11.0.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 11.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44391ade3..5377ea393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ docs = [ "mkdocs-plotly-plugin==0.1.3", "mkdocs-jupyter==0.26.3", "markdown-include==0.8.1", - "pymdown-extensions==10.21.3", + "pymdown-extensions==11.0.1", "pygments==2.20.0", "mike==2.2.0", "mkdocs-git-revision-date-localized-plugin==1.5.3",