diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-07-01 04:24:05 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-07-01 04:24:05 +0000 |
| commit | f2c02830f67b443d04ffdf466cf8603745fbb301 (patch) | |
| tree | 5353bc03e34b3a128b1e9caad88857484cc73293 | |
| parent | b1b806fd0ee4a88aae3fd05063f291a7af621602 (diff) | |
| download | python-glanceclient-f2c02830f67b443d04ffdf466cf8603745fbb301.tar.gz | |
Updated from global requirements
Change-Id: Iff3305ceda5ae1b7e938591eeeec2bf690e84ab8
| -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 4cf5510..546fc92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 requests>=2.10.0 # Apache-2.0 warlock!=1.3.0,<2,>=1.0.1 # Apache-2.0 six>=1.9.0 # MIT -oslo.utils>=3.11.0 # Apache-2.0 +oslo.utils>=3.14.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d1a7af7..e9b6199 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,4 +16,4 @@ testtools>=1.4.0 # MIT testscenarios>=0.4 # Apache-2.0/BSD fixtures>=3.0.0 # Apache-2.0/BSD requests-mock>=1.0 # Apache-2.0 -tempest>=11.0.0 # Apache-2.0 +tempest>=12.1.0 # Apache-2.0 |
