From c96493d9ac0c440b790ffba43d91a12aa427e500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:46:41 +0000 Subject: [PATCH] Bump markdown2 from 2.3.5 to 2.4.0 in /travis_test Bumps [markdown2](https://github.com/trentm/python-markdown2) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/trentm/python-markdown2/releases) - [Changelog](https://github.com/trentm/python-markdown2/blob/master/CHANGES.md) - [Commits](https://github.com/trentm/python-markdown2/compare/2.3.5...2.4.0) --- updated-dependencies: - dependency-name: markdown2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- travis_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_test/requirements.txt b/travis_test/requirements.txt index 92dd7d0..3065711 100644 --- a/travis_test/requirements.txt +++ b/travis_test/requirements.txt @@ -11,7 +11,7 @@ django-pagedown==0.1.3 django-uuslug==1.1.8 jieba==0.39 jsonpickle==0.9.5 -markdown2==2.3.5 +markdown2==2.4.0 mistune==0.8.1 olefile==0.44 packaging==16.8