summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-11 21:29:01 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-11 21:29:01 +0000
commit1c6664da890fb91958f26dd7c8a24377bd880d43 (patch)
tree4a60c049eed233cd349a21e955e3c67ce7e0d510
parent56f252da178b6a5726cff4e24b253cefa3bc067a (diff)
downloadpython-barbicanclient-1c6664da890fb91958f26dd7c8a24377bd880d43.tar.gz
Updated from global requirements
Change-Id: I3a5e61e0875891b47827707186d4419a04ec906e
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements.txt4
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index b81f946..845748a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,6 @@ requests>=2.14.2 # Apache-2.0
six>=1.9.0 # MIT
cliff>=2.8.0 # Apache-2.0
keystoneauth1>=3.2.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.utils>=3.28.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2821028..cb2c3a0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,8 +10,8 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
oslotest>=1.10.0 # Apache-2.0
nose # LGPL
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
+oslo.config>=4.6.0 # Apache-2.0
+python-openstackclient>=3.12.0 # Apache-2.0
# Documentation build requirements
sphinx>=1.6.2 # BSD