Similar to how we can run npm show {package} version
to get the latest version available for any npm package, is there an equivalent command for pip/python?
I don't necessarily want to upgrade to that version, I would just like to be able to output the latest version number available for any package.