From 9b16815ab0d89efd983aebf70bd11dde0fd00346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:24:50 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 2.0.4 Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.4. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/v2.0.4/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v2.0.4) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ac58d50..a41656ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ markupsafe==2.1.1; python_version >= "3.7" matplotlib-inline==0.1.3; python_version >= "3.7" matplotlib==3.5.1; python_version >= "3.7" mdurl==0.1.2; python_version >= "3.7" and python_full_version >= "3.7.0" -mistune==0.8.4; python_version >= "3.7" +mistune==2.0.4; python_version >= "3.7" nbclient==0.6.7; python_full_version >= "3.7.0" and python_version >= "3.7" nbconvert==6.5.1; python_version >= "3.7" nbformat==5.4.0; python_full_version >= "3.7.0" and python_version >= "3.7"