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