mozilla/bleach

fix CI checks that are failing

willkg opened this issue · 1 comments

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.

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