From 74306f5d2d5c2a02b054963fb3c8eef34a4bceef Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Wed, 22 Apr 2015 21:12:12 -0400 Subject: [PATCH] MAINT: Upgrade Markdown to 2.6.2 --- etc/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 815dd436..ddf93a2f 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -32,7 +32,7 @@ pyparsing==2.0.3 matplotlib==1.4.3 -Markdown==2.6.1 +Markdown==2.6.2 # This --allow syntax is for compatibility with pip >= 1.5 # However, this is backwards incompatible change, since previous