From bb47afb332375cb0d3ffed443c1ca2eac8ca1dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 00:11:51 +0000 Subject: [PATCH] Bump markdown from 3.3.4 to 3.8.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.3.4 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/compare/3.3.4...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6d69d5..9c82d0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ feedgenerator==1.9.1 # via pelican jinja2==2.11.3 # via pelican -markdown==3.3.4 +markdown==3.8.1 # via -r requirements.in markupsafe==1.1.1 # via jinja2