poetry-update
Verified for current stable LTS
Poetry Update Command: Update Specific Packages
Use for update specific packages with Poetry Update. Exact CLI syntax to update specific packages using Poetry Update.
When to use this: Use for update specific packages with Poetry Update.
Command Syntax
poetry update <package1 package2 ...> poetry update <package1 package2 ...> Command Breakdown
poetry is the base executable for this command.
FAQ
Purpose: Exact syntax to update specific packages 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 All Dependencies poetry update Poetry Update Command: Update Dependencies For Specific Group poetry update --only <group_name> Poetry Update Command: Update Lock File Only poetry update --lock