zyrikby / pyenv-pip-upgrade

Upgrade all packages to the latest versions in pyenv environments
Other
8 stars 4 forks source link

Fix silent failures and improve pip output parsing #9

Open smac89 opened 2 months ago

smac89 commented 2 months ago

The update fails because we had silenced errors. However, newer pip commands do not allow the use of --format=freeze and --outdated at the same time.

Also switched to using pip's json output and parsing it with python