diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-11-08 14:25:05 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-11-08 14:25:05 +0000 |
| commit | 951ca3a6f38655dfb169878160d57fe5bf062f4a (patch) | |
| tree | 168e54e3cbc38403c49d26c760304edab0a04fdc | |
| parent | 59735bf10da67b1611ae6e6b34f282512b8b63bf (diff) | |
| download | python-openstackclient-951ca3a6f38655dfb169878160d57fe5bf062f4a.tar.gz | |
Updated from global requirements
Change-Id: I778a0c00da51cdc52cd67d1b273d52e84d68992b
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rw-r--r-- | test-requirements.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 287935a7..82be8e39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ python-novaclient>=2.18.0 python-cinderclient>=1.1.0 python-neutronclient>=2.3.6,<3 requests>=2.2.0,!=2.4.0 -stevedore>=1.0.0 # Apache-2.0 +stevedore>=1.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 259ace26..de5732cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,8 +9,8 @@ fixtures>=0.3.14 mock>=1.0 oslosphinx>=2.2.0 # Apache-2.0 oslotest>=1.2.0 # Apache-2.0 -requests-mock>=0.4.0 # Apache-2.0 +requests-mock>=0.5.1 # Apache-2.0 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 testrepository>=0.0.18 -testtools>=0.9.34 +testtools>=0.9.36 WebOb>=1.2.3 |
