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:
parent
866017f9c1
commit
9846011ca7
2
tox.ini
2
tox.ini
@ -24,7 +24,7 @@ deps =
|
|||||||
hypothesis==1.11.4
|
hypothesis==1.11.4
|
||||||
coverage==4.0.0
|
coverage==4.0.0
|
||||||
pytest-cov==2.1.0
|
pytest-cov==2.1.0
|
||||||
beautifulsoup4==4.4.0
|
beautifulsoup4==4.4.1
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user