From 0f3046f2fb64e3eb3c9db8f5e853cc33394b4407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 03:54:19 +0000 Subject: [PATCH] Bump mistune from 3.2.0 to 3.2.1 in /ch09 Bumps [mistune](https://github.com/lepture/mistune) from 3.2.0 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.2.0...v3.2.1) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch09/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch09/requirements.txt b/ch09/requirements.txt index d667a6b..c955623 100644 --- a/ch09/requirements.txt +++ b/ch09/requirements.txt @@ -1,4 +1,4 @@ -mistune==3.2.0 +mistune==3.2.1 jinja2==3.1.6 requests==2.32.5 twilio==9.10.2