update every python library

C++
(Do it in windows powershell)

pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}py2
$ pip install pip-review

$ pip-review --local --interactive

py3
$ pip3 install pip-review

$ py -3 -m pip_review --local --interactive
Source

Also in C++: