XSEDE / oauth-ssh

SSH with Globus Auth
Apache License 2.0
28 stars 11 forks source link

Update Client Dependencies #72

Closed rpwagner closed 2 years ago

rpwagner commented 4 years ago

The client dependencies are behind the latest releases, in particular click and cryptography, although I'm not sure why paramiko is pinned. Might be time to setup Travis CI.

This was tested on a recently update Anaconda environment.

--Rick

for i in requests click cryptography paramiko
do 
  grep $i setup.py
  conda list $i | grep $i
done
        'requests>=2.21.0,<3.0',
requests                  2.24.0                     py_0  
        'click>=6.7,<7.0',
click                     7.1.2                      py_0  
        'cryptography==2.7',
cryptography              2.9.2            py37ha12b0ac_0  
        'paramiko==2.6.0',
paramiko                  2.7.1                      py_0  
JasonAlt commented 2 years ago

This was resolved in #73 and updated again recently. Closing.