From 394555ff4c544e0b2403447dbc1c97fe56b4e204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:05:23 +0000 Subject: [PATCH] Bump mistune from 2.0.0a2 to 2.0.3 Bumps [mistune](https://github.com/lepture/mistune) from 2.0.0a2 to 2.0.3. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v2.0.0a2...v2.0.3) --- updated-dependencies: - dependency-name: mistune 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 dedccfa..372d816 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ click==7.1.1 pyyaml==5.4 Jinja2==2.11.3 python-frontmatter==0.5.0 -mistune==2.0.0a2 +mistune==2.0.3 Markdown==3.2.1 \ No newline at end of file