apache / buildstream

BuildStream, the software integration tool
https://buildstream.build/
Apache License 2.0
85 stars 28 forks source link

Discuss and document policy for updating BuildStream's Python dependencies #1130

Open BuildStream-Migration-Bot opened 3 years ago

BuildStream-Migration-Bot commented 3 years ago

See original issue on GitLab In GitLab by [Gitlab user @jennis] on Sep 9, 2019, 15:04

Summary

By updating to a later released version of pluginbase (one of our Python dependencies) I was able to fix a DeprecationWarning we were seeing when running the test suite.

However, when I came to update this dependency, I wasn't sure how I should go about it. So, I read our CONTRIBUTING guidelines which instructs the reader how to update dependencies, which, consequently, updates all Python deps (see !1587).

It seems like this didn't cause any breakages and we've agreed that we could probably do with an update. However, we should discuss and document the policy as to when we update our Python dependencies.

BuildStream-Migration-Bot commented 3 years ago

In GitLab by [Gitlab user @jennis] on Sep 9, 2019, 15:05

mentioned in merge request !1587

BuildStream-Migration-Bot commented 3 years ago

In GitLab by [Gitlab user @jennis] on Sep 9, 2019, 15:07

changed the description