From 7a2ed6fc5056216b4e1a3bbc622206a6eee4b2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:02:20 +0000 Subject: [PATCH] build(deps): bump markdown from 3.9 to 3.10 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.9 to 3.10. - [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.9.0...3.10.0) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index e97efc7..3485fbd 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -1,5 +1,5 @@ Django>=4.2.13,<5 -Markdown==3.9 +Markdown==3.10 coverage==7.11.0 flake8==7.2.0 pep8==1.7.1