Resolve requests dependency error

Fix to follow intermittent error in Zuul gates:
RequestsDependencyWarning: urllib3 (1.24) or chardet (3.0.4) doesn't
match a supported version!

by pinning requests, urllib3 and chardet to working compatible versions.

Change-Id: I30be06f4b641351313986e61317a84c02a9768c7
This commit is contained in:
Hughes, Alexander (ah8742) 2019-06-10 14:41:10 +00:00 committed by Alexander Hughes
parent 79b7637fa4
commit a925c0ddd8
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ pytest-cov==2.5.1
testfixtures==6.8.2
pytest-xdist==1.23.2
mock==2.0.0
requests==2.20.0
urllib3==1.24.3
chardet==3.0.4
# Formatting
yapf==0.20.0