From bb88b2cd49bdaf2723804473b02e79c63cf45f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:35:03 +0000 Subject: [PATCH] Bump mistune from 0.8.1 to 2.0.3 Bumps [mistune](https://github.com/lepture/mistune) from 0.8.1 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.1...v2.0.3) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f202e5..c9e10bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -mistune==0.8.1 +mistune==2.0.3 diff --git a/setup.py b/setup.py index 2c28d23..088053b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(f): install_requires = [ - 'mistune <= 1', + 'mistune < 3', ] tests_require = [