summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-11 21:30:35 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-11 21:30:35 +0000
commit20fd8aaa7c50d5e5353e3ec71a6d2301cf82e2b9 (patch)
treee30af32dc4db1dbfb33cf0a3b2d1d66e4c38f8e3
parent889cbb56133afe348093c2d289186561a07c83c6 (diff)
downloadpython-saharaclient-20fd8aaa7c50d5e5353e3ec71a6d2301cf82e2b9.tar.gz
Updated from global requirements
Change-Id: I55f6f93b78a7e38bd1afc905624a2b52c4c13b0d
-rw-r--r--requirements.txt8
-rw-r--r--test-requirements.txt2
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 03639da..56a8406 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,9 +8,9 @@ Babel!=2.4.0,>=2.3.4 # BSD
keystoneauth1>=3.2.0 # Apache-2.0
osc-lib>=1.7.0 # Apache-2.0
oslo.log>=3.30.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
-python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.utils>=3.28.0 # Apache-2.0
+python-openstackclient>=3.12.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 63f4736..9ac6068 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,7 +8,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
openstackdocstheme>=1.16.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
-os-testr>=0.8.0 # Apache-2.0
+os-testr>=0.8.2 # Apache-2.0
reno>=2.5.0 # Apache-2.0
requests-mock>=1.1.0 # Apache-2.0
sphinx>=1.6.2 # BSD