From d192bd1d44a1c3abd98929bafefce609069dd51a Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 11 Feb 2020 11:02:08 +0000 Subject: [PATCH] Version bump beautifulsoup to 4.8.x (#5817) --- CONTRIBUTORS.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 4b0ccf51a2..6d6be53c7f 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -432,6 +432,7 @@ Contributors * Simon Evans * Arkadiusz Michał Ryś * James O'Toole +* jeromelebleu Translators =========== diff --git a/setup.py b/setup.py index 35d824ccd4..543ab7fa7e 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires = [ "djangorestframework>=3.7.4,<4.0", "draftjs_exporter>=2.1.5,<3.0", "Pillow>=4.0.0,<7.0.0", - "beautifulsoup4>=4.5.1,<4.6.1", + "beautifulsoup4>=4.8,<4.9", "html5lib>=0.999,<2", "Unidecode>=0.04.14,<2.0", "Willow>=1.3,<1.4",