Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lxml to 4.6.1 #298

Merged
merged 1 commit into from
Oct 20, 2020
Merged

Update lxml to 4.6.1 #298

merged 1 commit into from
Oct 20, 2020

Conversation

pyup-bot
Copy link
Collaborator

This PR updates lxml from 4.5.2 to 4.6.1.

Changelog

4.6.1

==================

Bugs fixed
----------

* A vulnerability was discovered in the HTML Cleaner by Yaniv Nizry, which allowed
JavaScript to pass through.  The cleaner now removes more sneaky "style" content.

4.6.0

==================

Features added
--------------

* GH310: ``lxml.html.InputGetter`` supports ``__len__()`` to count the number of input fields.
Patch by Aidan Woolley.

* ``lxml.html.InputGetter`` has a new ``.items()`` method to ease processing all input fields.

* ``lxml.html.InputGetter.keys()`` now returns the field names in document order.

* GH-309: The API documentation is now generated using ``sphinx-apidoc``.
Patch by Chris Mayo.

Bugs fixed
----------

* LP1869455: C14N 2.0 serialisation failed for unprefixed attributes
when a default namespace was defined.

* ``TreeBuilder.close()`` raised ``AssertionError`` in some error cases where it
should have raised ``XMLSyntaxError``.  It now raises a combined exception to
keep up backwards compatibility, while switching to ``XMLSyntaxError`` as an
interface.
Links

@pyup-bot pyup-bot mentioned this pull request Oct 18, 2020
@codecov
Copy link

codecov bot commented Oct 18, 2020

Codecov Report

Merging #298 into develop will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #298   +/-   ##
========================================
  Coverage    62.69%   62.69%           
========================================
  Files           80       80           
  Lines         8730     8730           
========================================
  Hits          5473     5473           
  Misses        3257     3257           

@dyakhnov dyakhnov merged commit 4ad4826 into develop Oct 20, 2020
@dyakhnov dyakhnov deleted the pyup-update-lxml-4.5.2-to-4.6.1 branch October 20, 2020 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants