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

Add an option to filter out transitive dependencies while checking for updates to available packages #4342

Closed
2 tasks done
feierabend654 opened this issue Aug 2, 2021 · 2 comments
Labels
kind/feature Feature requests/implementations

Comments

@feierabend654
Copy link

feierabend654 commented Aug 2, 2021

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Feature Request

Whenever I want to see which packages can be updated, I do poetry show -o . But this command list also updates to transitive dependencies. As I only want to update packages which are directly referenced by me in pyproject.toml i.e. maybe we can offer filtering out the transitive dependencies i.e dependencies of dependencies

Below is an example of a dependency which is brought in by fastapi transitively, but I am already on the latest version of fastapi

$ poetry show -o 
starlette 0.14.2 0.16.0 The little ASGI library that shines.
@mkniewallner
Copy link
Member

Duplicate of #4175.

@mkniewallner mkniewallner closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2022
@mkniewallner mkniewallner removed the status/triage This issue needs to be triaged label Jul 9, 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

2 participants