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

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

commit 6d7c07608605aa541eb2d44af94e85d9609bb792
Author: Csaba Ringhofer <csringho...@cloudera.com>
AuthorDate: Thu Aug 21 20:54:28 2025 +0200

    IMPALA-14338: Update six to 1.17.0 to fix impala-shell on Python 3.12+
    
    Change-Id: Iaa04b20f767f2ca74ee680151d029e304363994e
    Reviewed-on: http://gerrit.cloudera.org:8080/23327
    Reviewed-by: Riza Suminto <riza.sumi...@cloudera.com>
    Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
---
 shell/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/requirements.txt b/shell/requirements.txt
index f97a08df0..9b901afdd 100644
--- a/shell/requirements.txt
+++ b/shell/requirements.txt
@@ -4,7 +4,7 @@ kerberos==1.3.1
 prettytable==0.7.2
 sasl==0.4a1
 setuptools>=36.8.0
-six==1.14.0
+six==1.17.0
 sqlparse==0.3.1
 thrift==0.16.0
 thrift_sasl==0.4.3

Reply via email to