Bump keystoneauth1 minimum to 3.16.0

Because we should always be tracking to the latest ksa anyway, but
also...

...to allow from_conf to to take advantage of retry config options
introduced in [1] and [2].

[1] https://review.opendev.org/666287
[2] https://review.opendev.org/672930

Change-Id: I85669b12a6948ab5accd3d7df71dcbacce413e33
This commit is contained in:
Eric Fried 2019-08-13 11:59:03 -05:00
parent 95bf14908e
commit 6e7cbb9678
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jmespath==0.9.0
jsonpatch==1.16
jsonpointer==1.13
jsonschema==2.6.0
keystoneauth1==3.15.0
keystoneauth1==3.16.0
linecache2==1.0.0
mock==2.0.0
mox3==0.20.0

View File

@ -8,7 +8,7 @@ requestsexceptions>=1.2.0 # Apache-2.0
jsonpatch!=1.20,>=1.16 # BSD
six>=1.10.0 # MIT
os-service-types>=1.7.0 # Apache-2.0
keystoneauth1>=3.15.0 # Apache-2.0
keystoneauth1>=3.16.0 # Apache-2.0
munch>=2.1.0 # MIT
decorator>=3.4.0 # BSD