From 1aff30de8a5d6b27e431903248cfa20321c0c9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:35:22 +0000 Subject: [PATCH] Bump mistune from 0.7 to 2.0.3 in /etc Bumps [mistune](https://github.com/lepture/mistune) from 0.7 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/v0.7...v2.0.3) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- etc/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 58cd4578b..c09435d53 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -37,7 +37,7 @@ configparser==3.5.0;python_version<"3.2" pyandoc==0.0.1 docopt==0.6.2 numpydoc==0.5 -mistune==0.7 +mistune==2.0.3 # Example scripts that are run during unit tests use the following: