Skip to content

chore(deps): update dependency bleach to v5 #7770

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

Merged

Conversation

renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bleach ==4.1.0 -> ==5.0.0 age adoption passing confidence

Release Notes

mozilla/bleach

v5.0.0

Compare Source

Backwards incompatible changes

  • clean and linkify now preserve the order of HTML attributes. Thank
    you, @​askoretskly! (#​566)

  • Drop support for Python 3.6. Thank you, @​hugovk! (#​629)

  • CSS sanitization in style tags is completely different now. If you're using
    Bleach clean to sanitize css in style tags, you'll need to update your
    code and you'll need to install the css extras::

    pip install 'bleach[css]'
    

    See the documentation on sanitizing CSS for how to do it <https://bleach.readthedocs.io/en/latest/clean.html#sanitizing-css>_. (#​633)

Bug fixes

  • Rework dev dependencies. We no longer have
    requirements-dev.in/requirements-dev.txt. Instead, we're using
    dev extras.

    See development docs <https://bleach.readthedocs.io/en/latest/dev.html>_
    for more details. (#​620)

  • Add newline when dropping block-level tags. Thank you, @​jvanasco! (#​369)


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners April 7, 2022 17:51
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 7, 2022
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Apr 7, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 7, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 7, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 7, 2022
@leahecole leahecole merged commit cf1643c into GoogleCloudPlatform:main Apr 7, 2022
@renovate-bot renovate-bot deleted the renovate/bleach-5.x branch April 7, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants