From f25efd57d24b214a42d89047a43696a49da09844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:29:27 +0000 Subject: [PATCH] chore(deps): bump markdown from 3.7 to 3.8.1 in /run/markdown-preview Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.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/compare/3.7...3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- run/markdown-preview/renderer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/markdown-preview/renderer/requirements.txt b/run/markdown-preview/renderer/requirements.txt index accf453044..5049d851b1 100644 --- a/run/markdown-preview/renderer/requirements.txt +++ b/run/markdown-preview/renderer/requirements.txt @@ -1,6 +1,6 @@ Flask==3.1.3; python_version >= '3.9' gunicorn==23.0.0 -Markdown==3.7 +Markdown==3.8.1 bleach==6.2.0; python_version >= "3.9" bleach==6.1.0; python_version <= "3.8" Werkzeug==3.1.8; python_version >= '3.9'