From 22727c898be99fbc98d656a809413a3a8a409523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:04:46 +0000 Subject: [PATCH] Update pymdown-extensions requirement from >=6.3 to >=11.0.2 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/6.3.0...11.0.2) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 11.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2288517e02..805aa664f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ docs = [ "mkdocs-material>=4.6.3", "mkdocs-git-revision-date-localized-plugin>=1.2", "mkdocs-glightbox>=0.3.4", - "pymdown-extensions>=6.3", + "pymdown-extensions>=11.0.2", "bokeh>=3.4.0,<4", "mkdocstrings[python]==1.0.4", "Jinja2>=3.0",