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.
This commit is contained in:
Florian Bruhin 2015-09-29 06:58:37 +02:00
parent 866017f9c1
commit 9846011ca7

View File

@ -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}