poetry update <packages>

Update the dependencies as according to the pyproject.toml file

Arguments

NameDescription
packagesThe packages to update

Options

NameDescription
-h, --helpDisplay help information
-v, --verboseIncrease the verbosity of messages
-vvMore verbose output
-vvvDebug output
-V, --versionDisplay this application version
--ansiForce ANSI output
--no-ansiDisable ANSI output
-n, --no-interactionDo not ask any interactive question
--no-pluginsDisables plugins
--no-cacheDisables poetry source caches
--directory <directory>The working directory for the poetry command
-q, --quietDo not output any message
--withoutThe dependency groups to ignore
--withThe optional dependency groups to include
--onlyThe only dependency groups to include
--no-devDo not update the development dependencies. (Deprecated)
--dry-runOutput the operations but do not execute anything (implicitly enables --verbose)
--lockDo not perform operations (only update the lockfile)