Skip to content

Commit 34022d1

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 has now been changed to always behave that way, and so the `--no-update` flag was removed from the command.
1 parent 470d2da commit 34022d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Taskfile.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,7 @@ tasks:
429429
cmds:
430430
- |
431431
poetry lock \
432-
--no-cache \
433-
--no-update
432+
--no-cache
434433
435434
poetry:validate:
436435
desc: Validate pyproject.toml

0 commit comments

Comments
 (0)