You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/02/22 17:41:42 UTC

(superset) 03/14: fix: bump grpcio, urllib3 and paramiko (#27124)

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

michaelsmolina pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/superset.git

commit f5dc821f3d520f0e2f9a8a76ea853031134c52af
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Thu Feb 15 13:02:25 2024 +0000

    fix: bump grpcio, urllib3 and paramiko (#27124)
    
    (cherry picked from commit e43097329ff16f0661f275382f780165e4dad3ec)
---
 requirements/base.txt    | 4 ++--
 requirements/testing.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index e134f367e2..e97e52fe54 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -232,7 +232,7 @@ packaging==23.1
     #   shillelagh
 pandas[performance]==2.0.3
     # via apache-superset
-paramiko==2.11.0
+paramiko==3.4.0
     # via sshtunnel
 parsedatetime==2.6
     # via apache-superset
@@ -350,7 +350,7 @@ tzdata==2023.3
     # via pandas
 url-normalize==1.4.3
     # via requests-cache
-urllib3==1.26.6
+urllib3==1.26.18
     # via
     #   requests
     #   requests-cache
diff --git a/requirements/testing.txt b/requirements/testing.txt
index b40497c8fc..e7095b7f72 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -68,12 +68,12 @@ googleapis-common-protos==1.59.0
     # via
     #   google-api-core
     #   grpcio-status
-grpcio==1.54.0
+grpcio==1.60.1
     # via
     #   google-api-core
     #   google-cloud-bigquery
     #   grpcio-status
-grpcio-status==1.54.0
+grpcio-status==1.60.1
     # via google-api-core
 iniconfig==2.0.0
     # via pytest