From 18934810f1d58a205c599d3f2413d6d575f095bb Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 20 Sep 2022 10:58:08 +0200 Subject: [PATCH] Bump BeautifulSoup4 to 4.11 --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index ea18e912c..b7050a17c 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.10.*', + 'BeautifulSoup4==4.11.*', 'bleach==5.0.*', 'celery==4.4.*', 'chardet==5.0.*',