From fdab45e5ce05e6eddbb0ab1e49025866142b17dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 12:13:17 +0100 Subject: [PATCH] Update bleach requirement from ==3.3.* to >=3.3,<4.2 in /src (#2317) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 3815c4c53..df3aa01a3 100644 --- a/src/setup.py +++ b/src/setup.py @@ -161,7 +161,7 @@ setup( 'arabic-reshaper==2.0.15', # Support for Arabic in reportlab 'babel', 'BeautifulSoup4==4.8.*', - 'bleach==3.3.*', + 'bleach>=3.3,<4.2', 'celery==4.4.*', 'chardet>=3.0.2,<4.1.0', 'cryptography>=3.4.2',