From 623b832b636acc802745bdee7421fe7edab5987e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:39:35 +0000 Subject: [PATCH] Bump mistune from 3.1.2 to 3.2.1 in /doc Bumps [mistune](https://github.com/lepture/mistune) from 3.1.2 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/v3.1.2...v3.2.1) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 098103e1..fccca79b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -31,7 +31,7 @@ jupyter-core==5.7.2 ; python_version >= "3.9" and python_version < "3.15" jupyterlab-pygments==0.3.0 ; python_version >= "3.9" and python_version < "3.15" markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "3.15" matplotlib-inline==0.1.7 ; python_version >= "3.9" and python_version < "3.15" -mistune==3.1.2 ; python_version >= "3.9" and python_version < "3.15" +mistune==3.2.1 ; python_version >= "3.9" and python_version < "3.15" natsort==8.4.0 ; python_version >= "3.9" and python_version < "3.15" nbclient==0.10.2 ; python_version >= "3.9" and python_version < "3.15" nbconvert==7.17.1 ; python_version >= "3.9" and python_version < "3.15"