From 6f2405e247431d4b0ff42f113a0c3e940906c64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:31:58 +0000 Subject: [PATCH] Bump mistune from 3.0.2 to 3.3.0 in /ch14/requirements Bumps [mistune](https://github.com/lepture/mistune) from 3.0.2 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.0.2...v3.3.0) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.0 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 a5bde0a..10d2d81 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.3.0 # via nbconvert mypy-extensions==1.0.0 # via black