From 9846011ca746493b942282ae19e08130dff8eda1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Sep 2015 06:58:37 +0200 Subject: [PATCH] tox: Update beautifulsoup to 4.4.1. Upstream changelog: * Fixed a bug that deranged the tree when part of it was removed. Thanks to Eric Weiser for the patch and John Wiseman for a test. * Fixed a parse bug with the html5lib tree-builder. Thanks to Roel Kramer for the patch. * Improved the implementation of CSS selector grouping. Thanks to Orangain for the patch. * Fixed the test_detect_utf8 test so that it works when chardet is installed. * Corrected the output of Declaration objects. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f2045195b..ad8daf359 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ deps = hypothesis==1.11.4 coverage==4.0.0 pytest-cov==2.1.0 - beautifulsoup4==4.4.0 + beautifulsoup4==4.4.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir}