Bump BeautifulSoup4 to 4.11

This commit is contained in:
Raphael Michel
2022-09-20 10:58:08 +02:00
parent 865e4c14a2
commit 18934810f1

View File

@@ -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.*',