From 93a202e8c84ec9574e95cf2f00ab808df9bb805a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 25 Jul 2022 19:00:43 +0200 Subject: [PATCH] Update bleach to 5.0.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index a5c44376a4..8dabe00617 100644 --- a/src/setup.py +++ b/src/setup.py @@ -161,7 +161,7 @@ setup( 'arabic-reshaper==2.1.3', # Support for Arabic in reportlab 'babel', 'BeautifulSoup4==4.10.*', - 'bleach==4.1.*', + 'bleach==5.0.*', 'celery==4.4.*', 'chardet==4.0.*', 'cryptography>=3.4.2',