From d502993ff2b2800474dcba0df3e7ce5dff9f222d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 02:28:13 +0000 Subject: [PATCH] Bump mistune from 3.0.2 to 3.2.1 in /ch14/requirements Bumps [mistune](https://github.com/lepture/mistune) from 3.0.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.0.2...v3.2.1) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ch14/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch14/requirements/dev.txt b/ch14/requirements/dev.txt index 7a0d119..3929720 100644 --- a/ch14/requirements/dev.txt +++ b/ch14/requirements/dev.txt @@ -139,7 +139,7 @@ matplotlib-inline==0.1.7 # via # ipykernel # ipython -mistune==3.0.2 +mistune==3.2.1 # via nbconvert mypy-extensions==1.0.0 # via black