From dccc2599ae1e96ead43fe4acdc4328e76796625f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:42:53 +0530 Subject: [PATCH] build(deps): Bump markdown2 from 2.4.13 to 2.5.0 (#356) Bumps [markdown2](https://github.com/trentm/python-markdown2) from 2.4.13 to 2.5.0. - [Changelog](https://github.com/trentm/python-markdown2/blob/master/CHANGES.md) - [Commits](https://github.com/trentm/python-markdown2/compare/2.4.13...2.5.0) --- updated-dependencies: - dependency-name: markdown2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c3329e..1cadad3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==8.1.7 coverage==7.5.2 Markdown==3.6 -markdown2==2.4.13 +markdown2==2.5.0 mkdocs mkdocs-material mkdocs-material-extensions