From 2bf5a0ce8a33e6274412e70a1d945c0492e444ba Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 23 Feb 2022 10:13:36 +0100 Subject: [PATCH] Update beautifulsoup4 requirement from ==4.8.* to ==4.10.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index b456efa46..bf2c6e974 100644 --- a/src/setup.py +++ b/src/setup.py @@ -160,7 +160,7 @@ setup( install_requires=[ 'arabic-reshaper==2.1.3', # Support for Arabic in reportlab 'babel', - 'BeautifulSoup4==4.8.*', + 'BeautifulSoup4==4.10.*', 'bleach==4.1.*', 'celery==4.4.*', 'chardet==4.0.*',