From 1eb53ab0df24caf5af208de1fffe35fdebee8b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:28:59 +0000 Subject: [PATCH] Bump markdown from 2.5.2 to 3.8.1 in /config Bumps [markdown](https://github.com/Python-Markdown/markdown) from 2.5.2 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/commits/3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 121c4a1..64d4259 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,4 +1,4 @@ -Markdown==2.5.2 +Markdown==3.8.1 prettytable==0.7.2 python-daemon==1.6 unittest2==0.8.0