Update packages related to requests

Pegleg Promenade Deckhand and Shipyard should all use same versions
of packages when able.  Requests currently is giving a warning
in Pegleg:
ERROR: deckhand 0.0.1.dev657 has requirement urllib3==1.24, but
you'll have urllib3 1.24.3 which is incompatible.

Change-Id: Icdd5c687bb7072bd479107fa9a6f80a0fe1284e9
This commit is contained in:
HUGHES, ALEXANDER (ah8742) 2019-07-25 15:46:41 -05:00 committed by Alexander Hughes
parent 92e4292242
commit 6fd3b955a0
2 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,6 @@ oslo.policy==1.22.1
pastedeploy==1.5.2 pastedeploy==1.5.2
pbr==3.0.1 pbr==3.0.1
pyyaml==3.12 pyyaml==3.12
requests==2.18.4 requests==2.20.0
uwsgi==2.0.15 uwsgi==2.0.15
git+https://opendev.org/airship/deckhand.git@48c774c64855dca0fc9a149d8dd182805fa9f48d git+https://opendev.org/airship/deckhand.git@48c774c64855dca0fc9a149d8dd182805fa9f48d

View File

@ -89,7 +89,7 @@ python-mimeparse==1.6.0
pytz==2019.1 pytz==2019.1
PyYAML==3.12 PyYAML==3.12
repoze.lru==0.7 repoze.lru==0.7
requests==2.18.4 requests==2.20.0
rfc3986==1.3.2 rfc3986==1.3.2
Routes==2.4.1 Routes==2.4.1
rsa==4.0 rsa==4.0
@ -105,7 +105,7 @@ testscenarios==0.5.0
testtools==2.3.0 testtools==2.3.0
traceback2==1.4.0 traceback2==1.4.0
unittest2==1.1.0 unittest2==1.1.0
urllib3==1.24 urllib3==1.24.3
uWSGI==2.0.15 uWSGI==2.0.15
vine==1.3.0 vine==1.3.0
wcwidth==0.1.7 wcwidth==0.1.7