From 66a17e6b7deff277d9fbdeec30c0634f1b80bfc1 Mon Sep 17 00:00:00 2001 From: Nick Smith Date: Wed, 22 Jun 2016 11:07:17 +0100 Subject: [PATCH] =?UTF-8?q?Upgrade=20BeautifulSoup=E2=86=924.4.1=20(#2772)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7790fa9280..1c7c26d5f6 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires = [ "django-treebeard>=3.0,<5.0", "djangorestframework>=3.1.3", "Pillow>=2.6.1", - "beautifulsoup4>=4.3.2", + "beautifulsoup4>=4.4.1", "html5lib>=0.999,<1", "Unidecode>=0.04.14", "Willow>=0.3b4,<0.4",