diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-07-27 20:33:04 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-07-27 20:33:04 +0000 |
commit | 79ae29aaee7a84eff9f9eeff40a5a5587a6b4493 (patch) | |
tree | eeffab69cfd207663386bc29ca683142bf253c45 /requirements.txt | |
parent | b47eab6812ab40efd13270b16f707ccf9462dfdb (diff) | |
download | python-novaclient-79ae29aaee7a84eff9f9eeff40a5a5587a6b4493.tar.gz |
Updated from global requirements
Change-Id: Ic4fcb25e7577b671ba41ba6493a2f33450735c64
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 17b9cf6a..bc39486d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 iso8601>=0.1.11 # MIT oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 |