From 86227c8ef84678f9267f2c87680b2f39a5056f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 02:36:02 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 3.2.1 Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 3.2.1. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v3.2.1) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7a1d887b..63916046 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,4 +4,4 @@ m2r2 sphinx-multibuild breathe Jinja2<3.1 -mistune<0.8.5 +mistune<3.2.2 diff --git a/requirements.txt b/requirements.txt index 1d639648..070c0924 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sphinx==1.8.5 sphinx-bootstrap-theme m2r -mistune==0.8.4 +mistune==3.2.1 sphinx-multibuild breathe