Skip to content

Update dependency django-bleach to v3

Tine Wittler requested to merge renovate/django-bleach-3.x into master

This MR contains the following updates:

Package Type Update Change
django-bleach (changelog) dependencies major ^2.0.0 -> ^3.0.0

Release Notes

marksweb/django-bleach

v3.0.0

Compare Source

============= 19-05-2022

  • Bleach dependency is now at >=5,<6 #​55 (Thanks Laityned)
  • Deprecate bleach's allowed_styles kwarg
  • Added support for bleach's css_sanitizer kwarg
  • Add isort and codespell to ci
  • Dropped support for python 3.6 and 3.7 as well as django 3.0 and 3.1
  • Renamed default branch from master to main. If you have the project locally, you can update using:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Configuration

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

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports