I've been using yarn for my frontend projects and I love the upgrade interactive command. Documentation here:
https://yarnpkg.com/lang/en/docs/cli/upgrade-interactive/
Right now I find really hard to update dependencies using poetry, I think a command like that would be super helpful, what do you think?

Working on implementing upgrade command to find the latest version of the packages and write back to pyproject.toml interactively.
I picked upgrade since update is for updating a lock file and this command will rewrite pyproject.toml instead of poetry.lock
https://github.com/uetchy/poetry/blob/interactive-upgrade/poetry/console/commands/upgrade.py
Any news on this? IMHO this is one of the most important features of a dependency manager.
Most helpful comment
Working on implementing
upgradecommand to find the latest version of the packages and write back topyproject.tomlinteractively.I picked
upgradesinceupdateis for updating a lock file and this command will rewritepyproject.tomlinstead ofpoetry.lockhttps://github.com/uetchy/poetry/blob/interactive-upgrade/poetry/console/commands/upgrade.py