From d5cfeec4a49ffffdc1c0531176cc0f0d0761f60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 18:52:56 +0000 Subject: [PATCH] Bump pymdown-extensions in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions). Updates `pymdown-extensions` from 10.15 to 10.21.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.15...10.21.3) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e9b542..ec68df7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ api = [ docs = [ "mkdocs==1.6.1", "mkdocs-material==9.6.14", - "pymdown-extensions==10.15", + "pymdown-extensions==10.21.3", ] test = [ "pytest>=9.0",