From 8245bf179485ddc9757469ed5287eee131fd9607 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 23 Nov 2016 18:01:23 +0000 Subject: [PATCH] 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 --- global-requirements.txt | 2 +- upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index a17a4913ed..bd6619d5ee 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -139,7 +139,7 @@ os-win>=1.1.0 # Apache-2.0 paramiko>=2.0 # LGPLv2.1+ Parsley # MIT pathlib2>=2.1.0 # MIT -passlib>=1.6 # BSD +passlib>=1.7.0 # BSD Paste # MIT PasteDeploy>=1.5.0 # MIT pbr>=1.8 # Apache-2.0 diff --git a/upper-constraints.txt b/upper-constraints.txt index 4a3d54c9da..a5723ebebd 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -241,7 +241,7 @@ osprofiler===1.4.0 ovs===2.6.1 packaging===16.8 paramiko===2.0.2 -passlib===1.6.5 +passlib===1.7.0 pathlib===1.0.1;python_version=='2.7' pathlib2===2.1.0 pbr===1.10.0