Bump keystoneauth1 minimum to 3.9.0

...so we can set raise_exc=False on Adapter creation instead of having
to do it on every request.

Change-Id: Icaf6e67de00108578a1a264570b60a9139a92f98
This commit is contained in:
Eric Fried
2018-06-22 09:13:19 -05:00
parent 2fb5be45e6
commit 68caa292ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jsonpath-rw-ext==1.1.3
jsonpath-rw==1.4.0
jsonpointer==2.0
jsonschema==2.6.0
keystoneauth1==3.4.0
keystoneauth1==3.9.0
keystonemiddleware==4.17.0
kombu==4.1.0
linecache2==1.0.0
+1 -1
View File
@@ -25,7 +25,7 @@ enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version==
iso8601>=0.1.11 # MIT
jsonschema<3.0.0,>=2.6.0 # MIT
python-cinderclient>=3.3.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0
keystoneauth1>=3.9.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0