How to update all Python packages

Categories:
1pip list --outdated --format=json | jq '.[].name' | xargs --max-args=1 pip install --upgrade