Skip to content

How do I find outdated dependencies? #2684

@WhyNotHugo

Description

@WhyNotHugo
  • I have searched the issues of this repo and believe that this is not a duplicate.

Issue

I've a large project with ~32 pinned dependencies.

poetry update is good for updating within the constraints of these project.

However, I want to find which dependencies are out of date. E.g.: list all dependencies for which I've pinned a specific version, but has newer releases.

I try to proactively keep my deps up to date, but so far I've been manually checking in pypi if each one has a new version. How can I figure out this using poetry?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/docsDocumentation issues/improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions