From 74f19452cfb7a9787c3c2b7d94eca3b6ce025ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:15:32 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 2.0.3 Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 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.8.4...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 2b775d8..9b0a3d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ jupyter-core==4.6.3; python_version >= '2.7' and python_version not in '3.0, 3.1 jupyter==1.0.0 llvmlite==0.34.0; python_version >= '3.6' markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -mistune==0.8.4 +mistune==2.0.3 nbconvert==5.6.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' nbformat==5.0.7; python_version >= '3.5' notebook==6.1.5; python_version >= '3.5'