From 1fbcaa67947abf236d96f8b9ed4759712a660202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:19:24 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 3.2.1 in /requirements Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 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.4...v3.2.1) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9142aff..02dc94d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -23,6 +23,6 @@ django-redis==4.12.1 # https://github.com/jazzband/django-redis # News django-mptt==0.10.0 django-ratelimit==2.0.0 -mistune==0.8.4 +mistune==3.2.1 # Django REST Framework djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework