diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-01-26 18:52:09 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-01-26 18:52:09 +0000 |
| commit | dd7837a5e2730d5962fc22894cbd92433951fa7d (patch) | |
| tree | 954b5f6499a2041ed5f0545188fa06b536c3cabc | |
| parent | da2a820d2f4e5589671f494edcd8e8b3e69b7cb0 (diff) | |
| download | python-openstackclient-dd7837a5e2730d5962fc22894cbd92433951fa7d.tar.gz | |
Updated from global requirements
Change-Id: I7d572ca8c0f2608180343e2ec9d41378cf15474f
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index c5371006..422f782d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ six>=1.9.0 # MIT Babel>=2.3.4 # BSD cliff>=2.3.0 # Apache-2.0 keystoneauth1>=2.18.0 # Apache-2.0 -openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 # Apache-2.0 +openstacksdk>=0.9.13 # Apache-2.0 osc-lib>=1.2.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.utils>=3.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 032d191a..707df3ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28,7 +28,7 @@ python-barbicanclient>=4.0.0 # Apache-2.0 python-congressclient<2000,>=1.3.0 # Apache-2.0 python-designateclient>=1.5.0 # Apache-2.0 python-heatclient>=1.6.1 # Apache-2.0 -python-ironicclient>=1.10.0 # Apache-2.0 +python-ironicclient>=1.11.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-mistralclient>=2.0.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 |
