From 01144427588456f15d2b81d2113b877c7592ba42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:09:45 +0000 Subject: [PATCH] Bump markdown from 2.6.8 to 3.8.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 2.6.8 to 3.8.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/commits/3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd43182..0afa6f1 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read_file(filename): 'Operating System :: OS Independent', ], long_description=read_file('README.rst'), - install_requires=['bleach>=1.2.2', 'Markdown==2.6.8', 'Django>=1.5'], + install_requires=['bleach>=1.2.2', 'Markdown==3.8.1', 'Django>=1.5'], test_suite="runtests.runtests", tests_require=( 'bleach>=1.4',