Skip to content

Commit

Permalink
fix: bump grpcio, urllib3 and paramiko (#27124)
Browse files Browse the repository at this point in the history
(cherry picked from commit e430973)
  • Loading branch information
dpgaspar authored and michael-s-molina committed Feb 22, 2024
1 parent 8819157 commit f5dc821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5dc821

Please sign in to comment.