Skip to content
  • Denis Laxalde's avatar
    [pkg] Set an upper bound to passlib · ccf61228a802
    Denis Laxalde authored
    We're using a deprecated API and are getting the following deprecation
    warning:
    
    ::
    
        the method passlib.context.CryptContext.encrypt() is deprecated as of
        Passlib 1.7, and will be removed in Passlib 2.0, use CryptContext.hash()
        instead.
    
    So let's make sure we're getting a working library.
    
    
    [ci skip]
    ccf61228a802