From 0cf3f4f2ffee9e38a275ca10b624bc237423e68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:56:48 +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"