rdbreak
Results
2
comments of
rdbreak
Until an `--upgrade-all` option is officially supported, this did the trick for me: ```bash pip list --outdated | grep -Ev "Package|^-" | awk '{print $1}'| while IFS= read -r line...