diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-06-10 21:47:49 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-06-10 21:47:49 +0000 |
commit | a86fe0a252fa35077380fadbd3ace4589876aaea (patch) | |
tree | d94a1812928b1510ea40330ad27a0767ad77eb1c /requirements.txt | |
parent | d3d405cfb21a2405fb1f300cc235b1d0ce8d8ae7 (diff) | |
download | python-glanceclient-a86fe0a252fa35077380fadbd3ace4589876aaea.tar.gz |
Updated from global requirements
Change-Id: Ie04111374dc4769a641aa25619d0732f9f07cbea
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 507e315..c22647d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD PrettyTable<0.8,>=0.7.1 # BSD -keystoneauth1>=2.20.0 # Apache-2.0 -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 +keystoneauth1>=2.21.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 warlock!=1.3.0,<2,>=1.0.1 # Apache-2.0 six>=1.9.0 # MIT oslo.utils>=3.20.0 # Apache-2.0 |