From 100684d8047ebc668f1431df3d68776b8624fe37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:11:36 +0000 Subject: [PATCH] Bump mistune from 3.2.1 to 3.3.0 in /doc Bumps [mistune](https://github.com/lepture/mistune) from 3.2.1 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/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.0 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 1ad69dbd..31d9d915 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.2.1 ; python_version >= "3.9" and python_version < "3.15" +mistune==3.3.0 ; 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"