From 932bdcff599f4d4286d7ce56d1f08f86c9907a3f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Oct 2016 18:54:53 -0600 Subject: [PATCH] Pin babel to latest version 2.3.4 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 33d8ecba..b1eab865 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx >= 1.3 cloud_sptheme <=1.6 # 1.7 throws a `divide by zero` error releases -babel >=1.3,<2.0 # 2.0 breaks on Windows with Sphinx +babel==2.3.4 # 2.0 breaks on Windows with Sphinx