You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2021/04/07 04:38:30 UTC

[impala] 01/02: Upgrade urllib3 to 1.24.2

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

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

commit f18e0d72a7ef472c8084a3c02705be5192743c7d
Author: Jim Apple <jb...@apache.org>
AuthorDate: Sat Apr 3 09:10:07 2021 -0700

    Upgrade urllib3 to 1.24.2
    
    Change-Id: Ib18c76e66db2920e7e05a63b5bcd79854b819cd9
    Reviewed-on: http://gerrit.cloudera.org:8080/17270
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
    Reviewed-by: Zoltan Borok-Nagy <bo...@cloudera.com>
---
 infra/python/deps/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infra/python/deps/requirements.txt b/infra/python/deps/requirements.txt
index 42bcf1a..ad6532e 100644
--- a/infra/python/deps/requirements.txt
+++ b/infra/python/deps/requirements.txt
@@ -58,7 +58,7 @@ pywebhdfs == 0.3.2
 requests == 2.20.0
    chardet == 3.0.4
    idna == 2.8
-   urllib3 == 1.21.1
+   urllib3 == 1.24.2
    certifi == 2020.12.5
 sh == 1.11
 six == 1.14.0