-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a tool to update internal dependencies #1321
feat: add a tool to update internal dependencies #1321
Conversation
3b2b838
to
9d2dd29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Just nit picks
@chrislovecnm, thanks for the initial comments. I have decided to rewrite the |
@aignas I'm going to let @rickeylev or some other Python guru do a code review on this. My only comment is that you don't have public function docs. |
Before this change the updates to the dependencies would happen very seldomly, with this script, I propose we do it before each minor version release. Adding a shell script and adding a reminder to the release process may help with that.
…ng pip_install deps
Make tools work via bazel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added extra tests.
97b0e1b
to
4ef2d0d
Compare
4ef2d0d
to
ccd5ce0
Compare
Before this change the updates to the dependencies would happen very
seldomly, with this script, I propose we do it before each minor version
release. Adding a shell script and adding a reminder to the release
process may help with that.