| load("@rules_multirun//:defs.bzl", "multirun") |
| # This file has various targets that are using dev-only dependencies that our users should not ideally see. |
| name = "requirements.update", |
| "//tools/publish:{}.update".format(r) |
| "requirements_universal", |
| "//docs:requirements.update", |
| # NOTE: The requirements for the pip dependencies may sometimes break the build |
| # process due to how `pip-compile` works (i.e. it sometimes needs to build |
| # wheels to resolve the `requirements.in` file. Hence we do not lump the |
| # target with the other targets above. |
| name = "whl_library_requirements.update", |
| actual = "//tools/private/update_deps:update_pip_deps", |