Update all pip3 packages

Update all your pip3 packages in one go.

Authored by: Kirill Kulikov
Brought to you by Warp, a free terminal reimagined to work like a modern app.

Command
Copy
pip3 list --outdated --format=freeze | cut -d = -f 1 | xargs -n1 pip3 install -U
Tags