arraylabs / pymyq

Python wrapper for MyQ API
MIT License
112 stars 42 forks source link

Bump bleach from 3.1.4 to 3.2.2 #72

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps bleach from 3.1.4 to 3.2.2.

Changelog

Sourced from bleach's changelog.

Version 3.2.2 (January 20th, 2021)

Security fixes

None

Features

  • Migrate CI to Github Actions. Thank you @hugovk.

Bug fixes

  • fix linkify raising an IndexError on certain inputs. Thank you @Google-Autofuzz.

Version 3.2.1 (September 18th, 2020)

Security fixes

None

Features

None

Bug fixes

  • change linkifier to add rel="nofollow" as documented. Thank you @mitar.
  • suppress html5lib sanitizer DeprecationWarnings #557

Version 3.2.0 (September 16th, 2020)

Security fixes

None

Features

None

Bug fixes

  • html5lib dependency to version 1.1.0. Thank you Sam Sneddon.
  • update tests_website terminology. Thank you Thomas Grainger.

Version 3.1.5 (April 29th, 2020)

... (truncated)

Commits
  • 90cb80b Update for v3.2.2 release
  • c66edfd Merge pull request #572 from mozilla/fix-indexerror
  • eb8aebd linkify: fix IndexError in convert_entity
  • a4ed4d2 tests_website: bump to current bleach version
  • 0f5b25c docs: replace travis refs in dev docs and tox comment
  • 1d13e9f docs: replace travis ci badges with GHA
  • caed8b5 ci: remove travis
  • 49b3e43 Update and simplify GHA config
  • 29dc1fc Lint on GitHub Actions
  • 263675d Test on GitHub Actions
  • Additional commits viewable in compare view


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)