Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: Upgrading version of Paramiko to adress CVE-2018-1000805; Fix #1646 #1649

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.readthedocs.txt
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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