From 245f66af304a4f5b1b673319aaae8f6baa3b49b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:22:14 +0000 Subject: [PATCH] Bump markdown from 2.6.11 to 3.9 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 2.6.11 to 3.9. - [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/2.6.11...3.9.0) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b448caf..67df0ffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ "Topic :: Text Processing :: Markup :: HTML", ] dependencies = [ - "markdown==2.6.11", + "markdown==3.9", "Jinja2==3.1.6", "python-slugify==8.0.4", ]