From c3fd83aa1840dbfa5e3ccee02e8a1e23e771ca5f Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 22 Aug 2016 03:07:43 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Idd6ce3247b26b005c2e1679ab7bc1f9bb649b129 --- requirements.txt | 6 +++--- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2a1d4d6ca6..342840b544 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ oslo.reports>=0.6.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 oslo.utils>=3.16.0 # Apache-2.0 -osprofiler>=1.3.0 # Apache-2.0 +osprofiler>=1.4.0 # Apache-2.0 oslo.versionedobjects>=1.13.0 # Apache-2.0 PasteDeploy>=1.5.0 # MIT pycrypto>=2.6 # Public Domain @@ -36,14 +36,14 @@ python-barbicanclient>=4.0.0 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 python-designateclient>=1.5.0 # Apache-2.0 -python-glanceclient>=2.0.0 # Apache-2.0 +python-glanceclient!=2.4.0,>=2.0.0 # Apache-2.0 python-heatclient>=1.1.0 # Apache-2.0 python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 python-magnumclient>=2.0.0 # Apache-2.0 python-manilaclient>=1.10.0 # Apache-2.0 python-mistralclient>=2.0.0 # Apache-2.0 python-monascaclient>=1.1.0 # Apache-2.0 -python-neutronclient>=4.2.0 # Apache-2.0 +python-neutronclient>=5.1.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-openstackclient>=2.1.0 # Apache-2.0 python-saharaclient>=0.16.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2887af6f77..fdf26220b9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking<0.11,>=0.10.0 -bandit>=1.0.1 # Apache-2.0 +bandit>=1.1.0 # Apache-2.0 coverage>=3.6 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD kombu>=3.0.25 # BSD