You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by as...@apache.org on 2021/03/23 00:04:16 UTC

[impala] 02/03: Update Paramiko to 2.4.2.

This is an automated email from the ASF dual-hosted git repository.

asherman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit e5d5dbc30a253b6385e5d84dcf53435166d55314
Author: Jim Apple <jb...@apache.org>
AuthorDate: Sun Mar 21 16:55:52 2021 -0700

    Update Paramiko to 2.4.2.
    
    See https://www.paramiko.org/changelog.html#2.4.2. This shouldn't
    directly apply to Impala deployments, but it is best to fix this in
    test now.
    
    Change-Id: If9cc9ea4a0763c8b5303ca4e8482761ee2f53efa
    Reviewed-on: http://gerrit.cloudera.org:8080/17214
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 infra/python/deps/extended-test-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infra/python/deps/extended-test-requirements.txt b/infra/python/deps/extended-test-requirements.txt
index 3f70b8d..06238dc 100644
--- a/infra/python/deps/extended-test-requirements.txt
+++ b/infra/python/deps/extended-test-requirements.txt
@@ -25,4 +25,4 @@ Flask==1.0.2
 # Fabric depends on Paramiko. Additionally, the stress test uses
 # Paramiko directly to keep a persistent SSH connection open to each
 # Impalad host to run in-test monitoring.
-paramiko==2.4.1
+paramiko==2.4.2