From 5a78699424d967c1faa51c4e9e27a62a61519053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:54:41 +0000 Subject: [PATCH] Bump markdown from 3.5.2 to 3.8.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.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/compare/3.5.2...3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a36b2c9..9e5d0b46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fake-factory==0.5.7 iso3166==0.8 jsonschema==4.17.3 pytest>=7.0.0 -markdown==3.5.2 +markdown==3.8.1 httpx==0.27.0 beautifulsoup4==4.12 requests>=2.32.4