Examples (6)
Update all dependencies
Update one or more specific packages
poetry update package1 package2 ...Update the lock file only, without installing the packages
poetry update --lockSynchronize the environment with the locked packages
poetry update --syncUpdate dependencies only for a specific group
poetry update --only group_nameSimulate the update process without making changes
poetry update --dry-runmade by @shridhargupta | data from tldr-pages