Python updated pip and setuptools
Change effective on 05 August 2020
The packaging tools used during the build of Python apps have been updated as follows:
- pip updated from
20.0.2to20.1.1for apps using Python 2.7 or Python 3.5+ - setuptools updated from
39.0.1to:-
44.1.1for apps using Python 2.7 -
43.0.0for apps using Python 3.4 -
47.1.1for apps using Python 3.5+
-