diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-12-01 06:10:23 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-12-01 06:10:23 +0000 |
commit | c488961e9d67dbdcf321e16a838e3a424632048a (patch) | |
tree | 941f5559e14729892aad3e7eaf2b8243f65de66e | |
parent | a0e9beadc86c92d7872cc8665d080570a55abedc (diff) | |
download | python-troveclient-c488961e9d67dbdcf321e16a838e3a424632048a.tar.gz |
Updated from global requirements
Change-Id: I4ab4b7f31227701b664db348c50fa01a305c1cfe
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | test-requirements.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 7abd603..c12fe78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ pbr>=1.6 argparse PrettyTable<0.8,>=0.7 -requests!=2.8.0,>=2.5.2 +requests>=2.8.1 simplejson>=2.2.0 -oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 python-keystoneclient!=1.8.0,>=1.6.0 Babel>=1.3 six>=1.9.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1a04bdb..059b2a7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,8 +4,8 @@ hacking<0.11,>=0.10.0 coverage>=3.6 discover -oslosphinx>=2.5.0 # Apache-2.0 -requests-mock>=0.6.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +requests-mock>=0.7.0 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 testrepository>=0.0.18 testscenarios>=0.4 |