From a3a83e0106a7c53bb61f78453882e6215200916f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:04:54 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 3.3.0 in /docs 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1014346690..2d4f456d05 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -mistune==0.8.4 +mistune==3.3.0 sphinx sphinx_rtd_theme m2r2==0.3.3.post2