Skip to content

Commit 99813f4

Browse files
committed
Add transitive google deps for dependabot updates
workaround for pypa/pip#9644
1 parent 64c7b8b commit 99813f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

requirements.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PyYAML==5.4.1
22
click==8.0.1
3+
google-api-core==1.28.0 # transitive dep that needs dependabot updates
34
google-cloud-bigquery==2.17.0
5+
googleapis-common-protos==1.53.0 # transitive dep that needs dependabot updates
46
lkml==1.1.0
57
looker-sdk==21.6.0
68
mozilla-schema-generator==0.3.0

requirements.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ google-api-core[grpc]==1.28.0 \
116116
--hash=sha256:02646803bd728e12dd1f45ee1dcc31c12614c9a1ac451b9a1ce26aa65df9b957 \
117117
--hash=sha256:a658a4e367511a444c7daf2c58855ff6fd7f7d138c154e5b17186c1f8154c8cb
118118
# via
119+
# -r requirements.in
119120
# google-cloud-bigquery
120121
# google-cloud-core
121122
google-auth==1.30.0 \
@@ -170,7 +171,9 @@ google-resumable-media==1.2.0 \
170171
googleapis-common-protos==1.53.0 \
171172
--hash=sha256:a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4 \
172173
--hash=sha256:f6d561ab8fb16b30020b940e2dd01cd80082f4762fa9f3ee670f4419b4b8dbd0
173-
# via google-api-core
174+
# via
175+
# -r requirements.in
176+
# google-api-core
174177
grpcio==1.37.1 \
175178
--hash=sha256:025fa7dffb0cf724070cfcbe2ff600a18b0cf84642ede5c92f2717162e2a8c95 \
176179
--hash=sha256:0b8817acef140cb9a3543208c13282d3bf4bb0103e930ddbb779677604085ada \

0 commit comments

Comments
 (0)