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?
Issue
I've a large project with ~32 pinned dependencies.
poetry updateis 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?