From d62931d4c05126e4d0087c80bcd5882a33d22523 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 16 Apr 2023 22:07:52 +0200 Subject: [PATCH] Bump beautifulsoup4 to 4.12.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 267c0b063..c9906b0bc 100644 --- a/src/setup.py +++ b/src/setup.py @@ -160,7 +160,7 @@ setup( install_requires=[ 'arabic-reshaper==3.0.0', # Support for Arabic in reportlab 'babel', - 'BeautifulSoup4==4.11.*', + 'BeautifulSoup4==4.12.*', 'bleach==5.0.*', 'celery==5.2.*', 'chardet==5.1.*',