Skip to content

Commit

Permalink
fix: bump grpcio, urllib3 and paramiko (#27124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 15, 2024
1 parent 3224ac1 commit e430973
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e430973

Please sign in to comment.