Skip to content

Commit 04f78f0

Browse files
committed
Update poetry:sync task for Poetry 2.0.0 CLI
Previously, it was necessary to add the `--no-update` flag to the `poetry lock` command in order to prevent it from updating the dependency versions in the lockfile. The behavior of the command was changed to always behave that way, and so the `--no-update` flag was removed from the command.
1 parent 042991f commit 04f78f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Taskfile.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ tasks:
220220
- |
221221
poetry \
222222
lock \
223-
--no-cache \
224-
--no-update
223+
--no-cache
225224
226225
poetry:validate:
227226
desc: Validate pyproject.toml

0 commit comments

Comments
 (0)