Update passlib to 1.7.0

Keystone is using a deprecated method of hashing passwords. In order
to fix this, we should update to using .hash() instead of
.encrypt(), but this will require us to bump the version of passlib.

Depends-On: I126410ce6a57dd298ea5b62a035174eb35d2c138
Change-Id: I6525dc8cf305ae03b81a53ac7fd06bf63d4a6d48
Related-Bug: 1644263
This commit is contained in:
Lance Bragstad 2016-11-23 18:01:23 +00:00
parent 25b41410a7
commit 8245bf1794
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ os-win>=1.1.0 # Apache-2.0
paramiko>=2.0 # LGPLv2.1+ paramiko>=2.0 # LGPLv2.1+
Parsley # MIT Parsley # MIT
pathlib2>=2.1.0 # MIT pathlib2>=2.1.0 # MIT
passlib>=1.6 # BSD passlib>=1.7.0 # BSD
Paste # MIT Paste # MIT
PasteDeploy>=1.5.0 # MIT PasteDeploy>=1.5.0 # MIT
pbr>=1.8 # Apache-2.0 pbr>=1.8 # Apache-2.0

View File

@ -241,7 +241,7 @@ osprofiler===1.4.0
ovs===2.6.1 ovs===2.6.1
packaging===16.8 packaging===16.8
paramiko===2.0.2 paramiko===2.0.2
passlib===1.6.5 passlib===1.7.0
pathlib===1.0.1;python_version=='2.7' pathlib===1.0.1;python_version=='2.7'
pathlib2===2.1.0 pathlib2===2.1.0
pbr===1.10.0 pbr===1.10.0