If you are looking for a list of all the outdated Python packages installed on your macOS or Windows system, you can try the below command,
- Open Terminal if using macOS/Linux or CMD for Windows,
- Now type command: pip list --outdated
- You should get a list of all packages that are outdated and its current version and available latest version.
$ pip list --outdated
Package Version Latest Type
------------------ ------------- --------- -----
attrs 19.3.0 20.3.0 wheel
Automat 0.8.0 20.2.0 wheel
certifi 2019.11.28 2020.11.8 wheel
Click 7.0 7.1.2 wheel
colorama 0.4.3 0.4.4 wheel
cryptography 2.8 3.2.1 wheel
distro 1.4.0 1.5.0 wheel
distro-info 0.23ubuntu1 0.10 sdist
httplib2 0.14.0 0.18.1 wheel
hyperlink 19.0.0 20.0.1 wheel
idna 2.8 2.10 wheel
importlib-metadata 1.5.0 2.0.0 wheel
incremental 16.10.1 17.5.0 wheel
Jinja2 2.10.1 2.11.2 wheel
jsonpatch 1.22 1.26 wheel
keyring 18.0.1 21.5.0 wheel
lazr.restfulclient 0.14.2 0.14.3 sdist
lazr.uri 1.0.3 1.0.5 sdist
MarkupSafe 1.1.0 1.1.1 wheel
more-itertools 4.2.0 8.6.0 wheel
netifaces 0.10.4 0.10.9 sdist
pyasn1 0.4.2 0.4.8 wheel
⚡️ You can also use pip list -o (shorthand)
Have Questions? Post them here!
More Posts related to Python,
- Python List of Lists with Examples
- Fix: ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none) ERROR: No matching distribution found for tkinter
- How to Convert Python Notebook .ipynb (JSON) to Executable .py Module
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- Python: Pandas Merge Indicator (Left, Right and Both) Example
- Fix: EOFError Exception in Python
- How to URL Decode a Query String in Python
- How to take user input from the console in a Python program
- Compare two lists in Python and return matches
- How to change the Python Default version
- Fix: KeyError: exception in Python
- How to get the Execution Time of A Python Program
- Fix: ModuleNotFoundError: No module named boto3 [Python]
- How to get unique values from a list in Python
- How to pip install Python Modules in VSCode
- Python: Fix - TypeError: NoneType object is not iterable
- How to delete a file using Python code example
- How to create a dictionary comprehension in Python
- Python: Get just the filename without extension using Path
- How to comment out a block of code in Python
- How to add two float numbers in Python
- Python: How to POST Json Data with HTTP Request
- Get MD5 Hash as Checksum of a String in Python
- Python - Convert float to String
- How to Parse XML String in Python
More Posts:
- How to show file extensions on Windows 11 - Windows-11
- Java 8: Move a file from Source to Target Directory Example - Java
- Splitting String in Java with Examples - Java
- How to Change Mac Date and Time using Terminal Command - MacOS
- Java: Convert String to InputStream - Java
- How to Open and Use Microsoft Edge Console - Microsoft
- How to install and Configure sar sysstat tools in Ubuntu Linux - Linux
- Get count of SharePoint List or Document Library Items using PowerShell - SharePoint