marksweb / django-bleach

Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.
MIT License
148 stars 23 forks source link

Increase Django max version to 4.1 #76

Closed spenserblack closed 1 year ago

spenserblack commented 1 year ago

Description

I'm intending to use this on a Django 4.1 project, so I wanted to increase the maximum Django version to 4.1 and add 4.1 to the tested versions. There aren't any code changes.

There may be more work to do, but I wanted this PR to at least get things started. Not a draft in case this PR is good-to-go as is.

4.0's active support has ended, and its security support will end in <6 months.

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #76 (adb8e4e) into main (aefb860) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          133       133           
  Branches        27        27           
=========================================
  Hits           133       133           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

marksweb commented 1 year ago

@spenserblack Thanks 👍