Skip to content

Commit

Permalink
Release: Upgrading version of Paramiko to adress CVE-2018-1000805; Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bari12 committed Oct 12, 2018
1 parent 41abaf7 commit 0077bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.readthedocs.txt
Expand Up @@ -37,7 +37,7 @@ retrying==1.3.3 # general-purpose retrying lib
functools32==3.2.3.post2; python_version == '2.7' # explicitly needed on CC7
redis==2.10.6 # Python client for Redis key-value store
numpy==1.14.2 # Numpy for forecasting T3C
paramiko==2.4.1 # SSH2 protocol library
paramiko==2.4.2 # SSH2 protocol library
Flask==0.12.4 # Python web framework
idna==2.6 # Internationalized Domain Names in Applications (IDNA) - Dependency of requests
MyProxyClient==2.0.1 # myproxy client bindings
Expand Down
2 changes: 1 addition & 1 deletion tools/pip-requires
Expand Up @@ -37,7 +37,7 @@ retrying==1.3.3 # general-purpose retrying lib
functools32==3.2.3.post2; python_version == '2.7' # explicitly needed on CC7
redis==2.10.6 # Python client for Redis key-value store
numpy==1.14.2 # Numpy for forecasting T3C
paramiko==2.4.1 # SSH2 protocol library
paramiko==2.4.2 # SSH2 protocol library
Flask==0.12.4 # Python web framework
idna==2.6 # Internationalized Domain Names in Applications (IDNA) - Dependency of requests
fts3-rest-API==3.7.1 # FTS rest API
Expand Down

0 comments on commit 0077bb6

Please sign in to comment.