From 1f4bb488bd2a2aa6a759a06f6ec9411948cfc8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:58:37 +0000 Subject: [PATCH] chore(deps): bump markdown from 3.7 to 3.8.1 in /docs 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] --- docs/requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-doc.txt b/docs/requirements-doc.txt index 8fbb6be..eb4071f 100644 --- a/docs/requirements-doc.txt +++ b/docs/requirements-doc.txt @@ -16,5 +16,5 @@ GitPython==3.1.43 # Additional Dependencies Pygments==2.18.0 PyYAML==6.0.2 -Markdown==3.7 +Markdown==3.8.1 Jinja2==3.1.6 \ No newline at end of file