I wonder if it's possible to grab the change logs of updated packages after running
pip install [package_name] --upgrade
or
pipenv update
Most of packages will have change logs in their repo. e.g
- https://github.com/kennethreitz/requests-html/releases
- https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
- https://github.com/urllib3/urllib3/blob/master/CHANGES.rst
It will be more productive if I could have the latest updates via CLI.