mozilla / bleach

Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes
https://bleach.readthedocs.io/en/latest/
Other
2.66k stars 250 forks source link

Update known-good versions of tinycss2 (#732) #741

Closed willkg closed 1 month ago

willkg commented 1 month ago

https://github.com/Kozea/tinycss2/compare/v1.2.1...v1.4.0

The bulk of the changes are project maintenance things like switching linters and supported Python versions.

I think I still want to keep the dependency constraints somewhat pinned down. I get how it causes some issues, but it's safer.

Fixes #732.

willkg commented 1 month ago

self-r+