From cbb6e3ad5bfb0385604bc8c16a0f779b4187d752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:54:24 +0000 Subject: [PATCH] :arrow_up: 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:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ace0a5b..4d795c5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -55,7 +55,7 @@ jupyterlab-widgets==1.0.2; python_version >= '3.6' lxml==4.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' markupsafe==2.1.1; python_version >= '3.7' matplotlib-inline==0.1.3; python_version >= '3.5' -mistune==0.8.4 +mistune==2.0.3 mongomock==4.0.0 nbclient==0.5.13; python_version >= '3.7' nbconvert==6.4.4; python_version >= '3.7'