-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionalityprojectsRelated to project management capabilitiesRelated to project management capabilities
Description
If I want to know which packages versions will change when I do a upgradable relock, I might want to do the following command
$ uv lock -U --dry-runCurrently, there seems to be no direct instruction to achieve a similar effect. The following command will report an error and cannot achieve the effect I want.
$ uv lock -U --locked
Resolved 10 packages in 126ms
error: The lockfile at `uv.lock` needs to be updated, but `--locked` was provided. To update the lockfile, run `uv lock`.Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionalityprojectsRelated to project management capabilitiesRelated to project management capabilities