[Solved] Error: You have an outdated version of python-requests. Please upgrade

Solution:

pip install requests --upgrade


If the above does not solve your problem try also to run:

pip install pytest
pip install wheel
pip install py
pip install pytest-cov

good luck