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.65k stars 253 forks source link

fix CI checks that are failing #636

Closed willkg closed 2 years ago

willkg commented 2 years ago

I just did a minor PR and noticed a bunch of CI checks are failing.

I did a spot check of the failing checks. One of them is from running doctests on docs/. I think that's from a docs change I landed earlier. Pretty sure some of them are from pip-tools < 6.5.0 not working with pip 22. If they're not from that, it's something similar.

willkg commented 2 years ago

This is fixed after #629 and #640. Plus I fixed branch protections for main and updated the checks it depended on.