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

chore(🦾): bump python grpcio 1.60.1 -> 1.62.1 #27872

Merged
merged 1 commit into from
Apr 3, 2024
Merged
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
15 changes: 9 additions & 6 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# via
# -r requirements/base.in
# -r requirements/development.in
appnope==0.1.4
# via ipython
astroid==2.15.8
# via pylint
asttokens==2.2.1
Expand Down Expand Up @@ -102,7 +100,7 @@ googleapis-common-protos==1.59.0
# via
# google-api-core
# grpcio-status
grpcio==1.60.1
grpcio==1.62.1
# via
# apache-superset
# google-api-core
Expand Down Expand Up @@ -203,7 +201,9 @@ ptyprocess==0.7.0
pure-eval==0.2.2
# via stack-data
pure-sasl==0.6.2
# via thrift-sasl
# via
# pyhive
# thrift-sasl
pydata-google-auth==1.7.0
# via pandas-gbq
pydruid==0.6.6
Expand All @@ -212,7 +212,7 @@ pyee==11.0.1
# via playwright
pyfakefs==5.2.2
# via apache-superset
pyhive[presto]==0.7.0
pyhive[hive_pure_sasl]==0.7.0
# via apache-superset
pyinstrument==4.4.0
# via apache-superset
Expand Down Expand Up @@ -256,9 +256,12 @@ tableschema==1.20.10
thrift==0.16.0
# via
# apache-superset
# pyhive
# thrift-sasl
thrift-sasl==0.4.3
# via apache-superset
# via
# apache-superset
# pyhive
tomli==2.0.1
# via
# build
Expand Down
Loading