poetry-update
Verified for current stable LTS
Poetry Update Command: Update All Dependencies
Use for update all dependencies with Poetry Update. Exact CLI syntax to update all dependencies using Poetry Update.
When to use this: Use for update all dependencies with Poetry Update.
Command Syntax
poetry update poetry update Command Breakdown
poetry is the base executable for this command.
FAQ
Purpose: Exact syntax to update all dependencies using Poetry Update.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Poetry Update Command: Simulate Update Process
poetry update --dry-run Poetry Update Command: Synchronize Environment With Locked Packages poetry update --sync Poetry Update Command: Update Dependencies For Specific Group poetry update --only <group_name> Poetry Update Command: Update Lock File Only poetry update --lock Poetry Update Command: Update Specific Packages poetry update <package1 package2 ...>