From d8ef4a5a0bb2489ecc7382feb7ca06ea32b8caae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:23:56 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 3.3.0 Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 3.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.0 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..672b4fed 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.3.1 diff --git a/requirements.txt b/requirements.txt index 1d639648..1d4aa3df 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.3.0 sphinx-multibuild breathe