Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump grpcio, urllib3 and paramiko #27124

Merged
merged 3 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading