From 2bc7d159f07d146bb1aab65acf0f797a5e9ccd4a Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Thu, 18 Oct 2018 12:29:24 +0000 Subject: [PATCH] fix(travis): python package version management - urllib3 to 1.23 - bleach to 2.1.4 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea4de43fdc..8d8a564667 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ email_reply_parser click num2words==0.5.5 watchdog==0.8.0 -bleach +bleach==2.1.4 bleach-whitelist Pillow beautifulsoup4 @@ -49,3 +49,4 @@ pypng premailer croniter googlemaps +urllib3==1.23