From dbb7e62f33bb8493d7b8e11f262fd4805c534e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 23:03:17 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 3.3.0 in /requirements Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 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/v0.8.4...v3.3.0) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.0 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..b985540 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.3.0 # Django REST Framework djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework