From da83ff318ea335252329db57f9c75fa575443333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 01:05:31 +0000 Subject: [PATCH] Bump mistune from 3.1.1 to 3.2.1 in /fetcher Bumps [mistune](https://github.com/lepture/mistune) from 3.1.1 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.1.1...v3.2.1) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fetcher/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetcher/requirements.txt b/fetcher/requirements.txt index a94e421..5ba28bd 100644 --- a/fetcher/requirements.txt +++ b/fetcher/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.13.3 -mistune==3.1.1 +mistune==3.2.1 Requests==2.32.4 requests_cache==1.2.1 tqdm==4.67.1