poetry-update
Verified for current stable LTS
Poetry Update Command: Update Dependencies For Specific Group
Use for update dependencies for specific group with Poetry Update. Exact CLI syntax to update dependencies for specific group using Poetry Update.
When to use this: Use for update dependencies for specific group with Poetry Update.
Command Syntax
poetry update --only <group_name> poetry update --only <group_name> Command Breakdown
--only- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to update dependencies for specific group 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 Lock File Only poetry update --lock Poetry Update Command: Update Specific Packages poetry update <package1 package2 ...>