From 89eee64b92e9a8e480d93da7929b6cf0a9241f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 00:24:51 +0000 Subject: [PATCH] Bump markdown from 3.3.4 to 3.8.1 in /utils 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] --- utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/requirements.txt b/utils/requirements.txt index c137bda787..dc9af1ec1c 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.4.1 Pygments==2.15.0 -Markdown==3.3.4 +Markdown==3.8.1 jinja2==3.1.6 \ No newline at end of file