From 95c80eb4a5502e7e6e24aca326f366e150cbf9e2 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Fri, 21 Sep 2018 15:42:47 +0530 Subject: [PATCH] fix(dependencies): locked down bleach to 2.1.4 bleach.clean used in html_utils depends on the latest version of bleach Signed-off-by: Ameya Shenoy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd676a94c4..4864ec8b1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ email_reply_parser click num2words==0.5.5 watchdog==0.8.0 -bleach +bleach==2.1.4 bleach-whitelist Pillow beautifulsoup4