From bd23921708395acc12533aba042d1da0422c82de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:49:26 +0000 Subject: [PATCH] chore(deps): bump markdown in /run/markdown-preview/renderer 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 d88f947ec82..e0f12b7b68d 100644 --- a/run/markdown-preview/renderer/requirements.txt +++ b/run/markdown-preview/renderer/requirements.txt @@ -1,6 +1,6 @@ Flask==3.0.3 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.0.3