From c3c2d606fba7f9c87bc771fb20eaf7bfd1bd1d6a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 16 Aug 2017 10:13:53 -0400 Subject: [PATCH] Pin markdown to latest version 2.6.8 --- tests/requirements-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-libraries.txt b/tests/requirements-libraries.txt index a32b58f61a6..8d0a710144b 100644 --- a/tests/requirements-libraries.txt +++ b/tests/requirements-libraries.txt @@ -19,7 +19,7 @@ gevent pygments pylint>=1.5 -markdown +markdown==2.6.8 simplejson # simplejson is used for text_c_extension # sphinx 1.5 requires Python 2.7 or >= 3.4