You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating a root/directly-declared dependency involves:
determining the current version (equivalent of a language/field-specific use of ./pants peek)
determining available versions (language specific use of a resolver like PEX/pip/Coursier)
(optionally) executing either a BUILD file (or language specific file like requirements.txt due to macros) edit to adjust the version
We should look at prior art in other lockfile/version management CLI tools for the rough shape of this goal, but the expected usecases would be either:
A user manually updating one or multiple versions locally (./pants update ::)
Ah, shoot: I did a poor job of searching. Yea, this one is intended to cover a relatively narrow usecase, which doesn't include add/remove for deps. I would imagine it taking existing target(s) as input, which makes the problem a bit easier maybe.
Updating a root/directly-declared dependency involves:
./pants peek
)requirements.txt
due to macros) edit to adjust the versionWe should look at prior art in other lockfile/version management CLI tools for the rough shape of this goal, but the expected usecases would be either:
./pants update ::
)dependabot
-alike for updating thirdparty dependencies for Pants #14193 (./pants update $target
)The text was updated successfully, but these errors were encountered: