Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
python_notes [2020/11/18 08:59] juckinspython_notes [2021/03/03 11:33] juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +
 +__3 Mar 2021__
 +
 +
 +These packages were outdated:
 +
 +# python3 -m pip list --outdated
 +Package             Version        Latest         Type
 +------------------- -------------- -------------- -----
 +certifi             2020.11.8      2020.12.5      wheel
 +chardet             3.0.4          4.0.0          wheel
 +chromedriver-binary 87.0.4280.20.0 89.0.4389.23.0 sdist
 +httplib2            0.18.1         0.19.0         wheel
 +idna                2.10           3.1            wheel
 +PyMySQL             0.10.1         1.0.2          wheel
 +pytz                2020.4         2021.1         wheel
 +requests            2.25.0         2.25.1         wheel
 +selenium-wire       2.1.2          4.2.0          wheel
 +setuptools          50.3.2         54.0.0         wheel
 +urllib3             1.26.2         1.26.3         wheel
 +wheel               0.35.1         0.36.2         wheel
 +
 +Upgraded all using 'python3 -m pip install --upgrade <package_name>' except PyMySQL.  Need to check python scripts first.
  
 __18 Nov 2020__ __18 Nov 2020__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins