From 5e396d1f87449221fbdb34e64d277861ca61b494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:46:47 +0000 Subject: [PATCH] Bump mistune from 3.3.0 to 3.3.3 in /ch13/requirements Bumps [mistune](https://github.com/lepture/mistune) from 3.3.0 to 3.3.3. - [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.3.0...v3.3.3) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ch13/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch13/requirements/requirements.txt b/ch13/requirements/requirements.txt index 18b3bdb..d5dc306 100644 --- a/ch13/requirements/requirements.txt +++ b/ch13/requirements/requirements.txt @@ -164,7 +164,7 @@ matplotlib-inline==0.1.7 # via # ipykernel # ipython -mistune==3.3.0 +mistune==3.3.3 # via nbconvert nbclient==0.10.0 # via nbconvert