Remove the --no-update parameter of poetry lock in the poup command
Recent versions of poetry don't provide this option.
This commit is contained in:
@@ -26,7 +26,7 @@ function poup
|
||||
git checkout --ours $lockfile
|
||||
|
||||
if test $project_type = poetry
|
||||
poetry lock --no-update
|
||||
poetry lock
|
||||
else if test $project_type = uv
|
||||
uv lock
|
||||
end
|
||||
|
Reference in New Issue
Block a user