arraylabs / pymyq

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

Bump bleach from 3.1.4 to 3.2.1 #63

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps bleach from 3.1.4 to 3.2.1.

Changelog

Sourced from bleach's changelog.

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)

Security fixes

None

Features

None

Bug fixes

  • replace missing setuptools dependency with packaging. Thank you Benjamin Peterson.
Commits
  • f5971aa Update for v3.2.1 release
  • 38122ef suppress html5lib sanitizer deprecation warnings
  • c4a98da upgrade html5lib deprecation warnings to errors
  • 56d4a75 flake8 ignore E203 whitespace before :
  • da0eb4b format bleach code and tests ignoring _vendor
  • b048560 add format-check to tox and CI
  • 103c16d scripts: add format and format-check test modes
  • 1f93bbe update CHANGES, CONTRIBUTORS, and set dev version
  • d565606 add DEFAULT_CALLBACKS to linkifier
  • 692b15f Update issue templates
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #72.