From e12544d52506777a57946fd0c57ca0f81d67bfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1tia=20Nakamura?= Date: Wed, 9 Sep 2020 20:36:22 +0200 Subject: [PATCH] Revert bleach to version 3.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27ca976..5589933 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -bleach==3.1.4 # via django-markdownify +bleach==3.1.1 # via django-markdownify boto3-python3==1.9.139 # via -r requirements.in botocore-python3==1.12.139 # via boto3-python3, s3transfer-python3 certifi==2019.6.16 # via requests