From a57862e6b6f3e3ba9717a40182433e3137067fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:47:39 +0000 Subject: [PATCH] Bump markdown2 from 2.3.6 to 2.4.0 in /bible/generate_bible_pdf Bumps [markdown2](https://github.com/trentm/python-markdown2) from 2.3.6 to 2.4.0. - [Release notes](https://github.com/trentm/python-markdown2/releases) - [Changelog](https://github.com/trentm/python-markdown2/blob/master/CHANGES.md) - [Commits](https://github.com/trentm/python-markdown2/compare/2.3.6...2.4.0) --- updated-dependencies: - dependency-name: markdown2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bible/generate_bible_pdf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bible/generate_bible_pdf/requirements.txt b/bible/generate_bible_pdf/requirements.txt index 5515e1bd3..5c8fa6a6d 100644 --- a/bible/generate_bible_pdf/requirements.txt +++ b/bible/generate_bible_pdf/requirements.txt @@ -4,7 +4,7 @@ bs4==0.0.1 future==0.16.0 futures==3.2.0 Markdown==3.0.1 -markdown2==2.3.6 +markdown2==2.4.0 pyparsing==2.1.10 python-dateutil==2.3 PyYAML==3.13