You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2024/02/15 13:02:32 UTC

(superset) branch master updated: fix: bump grpcio, urllib3 and paramiko (#27124)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e43097329f fix: bump grpcio, urllib3 and paramiko (#27124)
e43097329f is described below

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

    fix: bump grpcio, urllib3 and paramiko (#27124)
---
 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 09095f229c..ed97d10da3 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -236,7 +236,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
@@ -364,7 +364,7 @@ tzdata==2023.3
     #   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 01f2a3c398..9bf553e380 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -60,12 +60,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