python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
46 stars 38 forks source link

Remove filtered warning after fixed dependency released #74

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

The certifi library has just been released with its deprecation warning fixed, we can remove this workaround:

We need to keep the gidgethub workaround, it's fixed but not yet released:

Mariatta commented 1 year ago

I'll cut a release of gidgethub today

Mariatta commented 1 year ago

gidgethub has just been released, so I think it means we can remove both now.

hugovk commented 1 year ago

Updated to remove the other one now! 🚀