From d8416c756ff99c19651bd558758178d7ad213711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:10:39 +0000 Subject: [PATCH] Bump markdown from 2.6.7 to 3.8.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 2.6.7 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bc7bd09..0f219aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ docutils h11 -Markdown == 2.6.7 +Markdown == 3.8.1 parsedatetime ply wsproto diff --git a/setup.py b/setup.py index dad2a5e..efc08ee 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires=[ 'docutils', 'h11', - 'Markdown==2.6.7', + 'Markdown==3.8.1', 'parsedatetime', 'ply', 'wsproto',