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

Bump html5lib from 0.90 to 0.999999999 in /default_files/python/config #1296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 6, 2022

Bumps html5lib from 0.90 to 0.999999999.

Changelog

Sourced from html5lib's changelog.

0.999999999/1.0b10


Released on July 15, 2016
  • Fix attribute order going to the tree builder to be document order instead of reverse document order(!).

0.99999999/1.0b9


Released on July 14, 2016
  • Added ordereddict as a mandatory dependency on Python 2.6.

  • Added lxml, genshi, datrie, charade, and all
    extras that will do the right thing based on the specific
    interpreter implementation.

  • Now requires the mock package for the testsuite.

  • Cease supporting DATrie under PyPy.

  • Remove PullDOM support, as this hasn't ever been properly
    tested, doesn't entirely work, and as far as I can tell is
    completely unused by anyone.

  • Move testsuite to py.test.

  • Fix #124: move to webencodings for decoding the input byte stream;
    this makes html5lib compliant with the Encoding Standard, and
    introduces a required dependency on webencodings.

  • Cease supporting Python 3.2 (in both CPython and PyPy forms).

  • Fix comments containing double-dash with lxml 3.5 and above.

  • Use scripting disabled by default (as we don't implement
    scripting).

  • Fix #11, avoiding the XSS bug potentially caused by serializer
    allowing attribute values to be escaped out of in old browser versions,
    changing the quote_attr_values option on serializer to take one of
    three values, "always" (the old True value), "legacy" (the new option,
    and the new default), and "spec" (the old False value, and the old
    default).

  • **Fix #72 by rewriting the sanitizer to apply only to treewalkers
    (instead of the tokenizer); as such, this will require amending all
    </tr></table>
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/html5lib/html5lib-python/commit/6a73efa01754253605284b5a5688de3961b120fa&quot;&gt;&lt;code&gt;6a73efa&lt;/code&gt;&lt;/a> Yes, another release, already. :(</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/e0dc25f335d3df610f752df29d5c4301717eb452&quot;&gt;&lt;code&gt;e0dc25f&lt;/code&gt;&lt;/a> Fix attribute order to the treebuilder to be document order</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/a3b82521a3b7a57cedb7caa8d5f15974cdfa7c30&quot;&gt;&lt;code&gt;a3b8252&lt;/code&gt;&lt;/a> Back to -dev</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/ebf62250d23317ae1f51d8b8e4a1d3b62b260ff1&quot;&gt;&lt;code&gt;ebf6225&lt;/code&gt;&lt;/a> 0.99999999 release! Let's party!</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/a8ba43ed0dea63664f29ac8183ef7752d6d593b1&quot;&gt;&lt;code&gt;a8ba43e&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/270&quot;&gt;#270&lt;/a> from gsnedders/rename_stuff</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/8cb144bce7b81a65cbd9401ba4b987e5055e5ba3&quot;&gt;&lt;code&gt;8cb144b&lt;/code&gt;&lt;/a> Update the docs after all the renaming and add CHANGES</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/00977d6ebe97ba71c4244ba2103134cde8084b97&quot;&gt;&lt;code&gt;00977d6&lt;/code&gt;&lt;/a> Rename a bunch of serializer module variables to be underscore prefixed</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/18a7102f1b1754b430f459ec6e4996ed6464ad88&quot;&gt;&lt;code&gt;18a7102&lt;/code&gt;&lt;/a> Have only one set of allowed elements/attributes for the sanitizer</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/c4dd6771836841ee796af8035dbf8239074ed5ec&quot;&gt;&lt;code&gt;c4dd677&lt;/code&gt;&lt;/a> Move a whole bunch of private modules to be underscore prefixed</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/8db5828d3624d0892f0d5903d089972dce6c48f0&quot;&gt;&lt;code&gt;8db5828&lt;/code&gt;&lt;/a> Rename treewalkers.lxmletree to .etree_lxml for consistency</li>
<li>Additional commits viewable in <a href="https://github.com/html5lib/html5lib-python/compare/0.90...0.999999999&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.90 to 0.999999999.
- [Release notes](https://github.com/html5lib/html5lib-python/releases)
- [Changelog](https://github.com/html5lib/html5lib-python/blob/master/CHANGES.rst)
- [Commits](html5lib/html5lib-python@0.90...0.999999999)

---
updated-dependencies:
- dependency-name: html5lib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants