MeltanoLabs / Meta

The why, what, and how of MeltanoLabs
MIT License
5 stars 1 forks source link

Automatic dependency updates for all MeltanoLabs repos #25

Open edgarrmondragon opened 1 year ago

edgarrmondragon commented 1 year ago

We've seen a number of repos recently have issues with ciso8601 not publishing binary wheels. In particular more recently tap-slack and tap-gitlab. This (transient) dependency was removed in version v0.11.0 , so a bump to the latest singer-sdk should fix the installation errors related to ciso8601.

I'm quite happy with dependabot in tap-stackexhange, so we could do something similar for all repos in this namespace.

Those repos should ideally have tests (unit or integration) that ensure the dependency bump doesn't break them.