requirements: Upgrade pip from 19.1 to 19.2.1.

This commit is contained in:
Vishnu Ks 2019-07-25 12:22:01 +00:00 committed by Tim Abbott
parent 3ebffe06bf
commit 0b9b9e5673
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Dependencies for setting up pip to install our requirements.txt file.
pip==19.1
pip==19.2.1
setuptools==41.0.1
wheel==0.33.1