From 65fba3ac39751e6593a8461d579c2a97b5c467be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:28:12 +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 ca0c369..d46a347 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ marshmallow-enum==1.5.1; python_version >= "3.6" marshmallow==3.13.0; python_version >= "3.6" matplotlib-inline==0.1.3; python_version >= "3.7" matplotlib==3.4.3; python_version >= "3.7" -mistune==0.8.4; python_version >= "3.7" +mistune==2.0.3; python_version >= "3.7" mypy-extensions==0.4.3; python_version >= "3.6" nbclient==0.5.4; python_full_version >= "3.6.1" and python_version >= "3.7" nbconvert==6.1.0; python_version >= "3.7"