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

Yarn like upgrade interactive command #1939

Closed
patrick91 opened this issue Jan 23, 2020 · 6 comments
Closed

Yarn like upgrade interactive command #1939

patrick91 opened this issue Jan 23, 2020 · 6 comments
Labels
kind/feature Feature requests/implementations

Comments

@patrick91
Copy link

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?

@patrick91 patrick91 added the kind/feature Feature requests/implementations label Jan 23, 2020
@uetchy
Copy link

uetchy commented Jul 4, 2020

Screen Shot 2020-07-04 at 5 10 46 PM

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

@sedrubal
Copy link

Any news on this? IMHO this is one of the most important features of a dependency manager.

@damienallen
Copy link

This is definitely high on my wishlist too!

I have found this command useful in the meantime: poetry show --latest --outdated

@sinoroc
Copy link

sinoroc commented Feb 11, 2021

This could be a good candidate for a poetry plugin, once the plugin mechanism is fully implemented and released.

Also I am pretty sure this ticket is a duplicate, I think I have seen other discussions about such a feature...

@finswimmer
Copy link
Member

Duplicate of #461

@finswimmer finswimmer marked this as a duplicate of #461 Oct 20, 2022
@finswimmer finswimmer closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2022
Copy link

github-actions bot commented Mar 1, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Feature requests/implementations
Projects
None yet
Development

No branches or pull requests

6 participants