From a7339cef52ee9811ba43db006fb61b37c74f795a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:04:38 +0000 Subject: [PATCH] Update pymdown-extensions requirement from >=6.3 to >=11.0 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) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: '11.0' 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 1ff12cc83..0571b033c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,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", "bokeh>=3.4.0,<4", "mkdocstrings[python]==1.0.4", "Jinja2>=3.0",