[release] Add --no-upgrade to pip-compile args#61770
[release] Add --no-upgrade to pip-compile args#61770andrew-anyscale wants to merge 1 commit intoandrew/revup/master/remove-pygithub-cifrom
Conversation
|
Reviews in this chain: |
f9d1322 to
e789560
Compare
There was a problem hiding this comment.
Code Review
This pull request adds the --no-upgrade flag to the pip-compile arguments in release/BUILD.bazel. This is a good practice that prevents pip-compile from upgrading all packages when regenerating the lockfile, instead only updating dependencies that are strictly necessary due to changes in the .in file. This enhances dependency stability and makes updates more predictable. The change is correct and achieves its stated goal. I have no further comments.
e789560 to
794fe42
Compare
4dfdcd3 to
1775a02
Compare
Pass --no-upgrade to pip-compile so that regenerating the lockfile only changes packages that are strictly required by .in file edits, avoiding incidental upgrades of unrelated transitive dependencies. Topic: fix-requirements-update-3 Relative: remove-pygithub-ci Signed-off-by: andrew <andrew@anyscale.com>
1775a02 to
f2f15d7
Compare
794fe42 to
27deb80
Compare
Pass --no-upgrade to pip-compile so that regenerating the lockfile only
changes packages that are strictly required by .in file edits, avoiding
incidental upgrades of unrelated transitive dependencies.
Topic: fix-requirements-update-3
Relative: remove-pygithub-ci
Signed-off-by: andrew andrew@anyscale.com