Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
We need to figure out how to update our pip lock files for bazel. Right now they are updated using
pw presubmit --step update_upstream_python_constraints --full
run separately for each platform (win/mac/linux).rules_python hashttps://github.com/bazelbuild/rules_python/blob/main/examples/pip_parse/BUILD.bazel#L56-L61
compile_pip_requirements
which may be enough.It would take this file as input.
https://cs.opensource.google/pigweed/pigweed/+/main:pw_env_setup/py/pw_env_setup/virtualenv_setup/constraint.list