You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gryphon has a lot of dependencies. We should look around for a service to help us manage them (I m thinking of something like https://pyup.io/ but dont have any strong preference).
The goal is to get an automatic pull request when a new version of dependency is available, so we can quickly decide if we want to upgrade or not (based on our PR build result). This helps to remain in control of our dependencies, stay close to the latest versions with minimum effort, and makes mandatory manual upgrades less painful (as all transitive dependencies usually have been upgraded previously).
Thoughts ?
The text was updated successfully, but these errors were encountered:
I'm open to this. Are there any comparisons of different services you're aware of?
I assume this would also need us to have much better test coverage right now. Right now a green PR build doesn't necessarily mean that everything works perfectly.
Gryphon has a lot of dependencies. We should look around for a service to help us manage them (I m thinking of something like https://pyup.io/ but dont have any strong preference).
The goal is to get an automatic pull request when a new version of dependency is available, so we can quickly decide if we want to upgrade or not (based on our PR build result). This helps to remain in control of our dependencies, stay close to the latest versions with minimum effort, and makes mandatory manual upgrades less painful (as all transitive dependencies usually have been upgraded previously).
Thoughts ?
The text was updated successfully, but these errors were encountered: