Skip to content

Instantly share code, notes, and snippets.

@JeffJacobson
Created October 1, 2022 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffJacobson/68e1cf4b79857b395b6491cc0fd078fa to your computer and use it in GitHub Desktop.
Save JeffJacobson/68e1cf4b79857b395b6491cc0fd078fa to your computer and use it in GitHub Desktop.
pip list --outdated --format json | ConvertFrom-Json | foreach { $_.name } | Out-File outdated.txt
pip install -r .\outdated.txt --update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment