Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that poetry update only updates main dependencies #9857

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 19, 2024

  1. Clarify that poetry update only updates main dependencies

    Add a note that `--with` is required to have `poetry update` also update optional dependency groups.
    hugobuddel authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e2551ba View commit details
    Browse the repository at this point in the history
  2. Clarify that the poetry file is updated for all dependencies

    The poetry file is updated, just not the installed packages
    hugobuddel authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1e2a3e5 View commit details
    Browse the repository at this point in the history
  3. Update cli.md

    Clarify that it is the non-optional dependencies that are updated
    hugobuddel authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fd29652 View commit details
    Browse the repository at this point in the history