diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/setup.py | 2 | ||||
-rwxr-xr-x | ci/verify.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/setup.py b/ci/setup.py index 2a02276..d40ef9f 100755 --- a/ci/setup.py +++ b/ci/setup.py @@ -32,7 +32,7 @@ setup( "python-neutronclient==2.6.0", "python-novaclient==2.28.1", "pyyaml==3.10", - "requests==2.9.1", + "requests==2.13.0", "six==1.10.0" ], entry_points={ diff --git a/ci/verify.sh b/ci/verify.sh index 2b3446c..0905ca2 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -41,7 +41,7 @@ pip install python-keystoneclient==1.6.0 pip install python-neutronclient==2.6.0 pip install python-novaclient==2.28.1 pip install pyyaml==3.10 -pip install requests==2.9.1 +pip install requests==2.13.0 pip install scp==0.10.2 pip install six==1.10.0 |