From dc4e581548796afe50ca89649b3c285275d79f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:34:47 +0000 Subject: [PATCH] Bump mistune from 0.8.1 to 3.2.1 Bumps [mistune](https://github.com/lepture/mistune) from 0.8.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/v0.8.1...v3.2.1) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f202e5..e32a8e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -mistune==0.8.1 +mistune==3.2.1 diff --git a/setup.py b/setup.py index 8cc3c15..dee65bc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(f): install_requires = [ - 'mistune <= 1', + 'mistune <= 3.2.1', ] tests_require = [