From a0d3cafc945df4b086a439da76f485dd67322732 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 8 Mar 2017 18:28:01 +0100 Subject: [PATCH] Pin bleach version --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 2fc3dc1c53..371993670c 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -26,7 +26,7 @@ dj-static csscompressor django-markup markdown -bleach +bleach==1.5 raven django-i18nfield # Stripe diff --git a/src/setup.py b/src/setup.py index 4935f1cef7..c67a99d600 100644 --- a/src/setup.py +++ b/src/setup.py @@ -89,7 +89,7 @@ setup( 'csscompressor', 'django-markup', 'markdown', - 'bleach', + 'bleach==1.5', 'raven', 'paypalrestsdk==1.12.*', 'pycparser==2.13',