summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-03-24 13:50:07 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-03-24 13:50:07 +0000
commit88f07e0154291d58c3f1237bebbbe53b18fb9daf (patch)
tree4d090d348a00fac83355dd7ff6599006e8adc122
parentc0b51c452924d899c33e0dd359b18a3a63885e39 (diff)
downloadpython-ceilometerclient-88f07e0154291d58c3f1237bebbbe53b18fb9daf.tar.gz
Updated from global requirements2.4.0
Change-Id: I65fad6a8dba49a6e786f27bdcac5fffdc7c6d3d8
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index cc0c4e8..146ace4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,11 +4,11 @@
pbr>=1.6 # Apache-2.0
iso8601>=0.1.9 # MIT
keystoneauth1>=2.1.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.4.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0
PrettyTable<0.8,>=0.7 # BSD
-python-keystoneclient!=1.8.0,>=1.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT
stevedore>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8641064..95db34b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,6 +10,6 @@ mock>=1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-tempest-lib>=0.13.0 # Apache-2.0
+tempest-lib>=0.14.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT