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(deps): update dependency google-api-python-client to v2.37.0 #7376

Prev Previous commit
Next Next commit
Merge branch 'main' into renovate/google-api-python-client-2.x
  • Loading branch information
dandhlee authored Feb 19, 2022
commit 80b362bd3e04ce1f92e8f653fe625736fba7d12c
2 changes: 1 addition & 1 deletion appengine/standard/storage/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.37.0; python_version < '3.0'
google-auth==2.3.3; python_version < '3.0'
google-auth==2.3.3; python_version > '3.0'
google-auth==2.5.0; python_version > '3.0'
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion appengine/standard_python3/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.0.2
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-cloud-pubsub==2.9.0
2 changes: 1 addition & 1 deletion compute/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.27.1
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==36.0.1
requests==2.27.1
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/oslogin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
requests==2.27.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion iam/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
boto3==1.20.26
botocore==1.23.26
2 changes: 1 addition & 1 deletion iot/api-client/gcs_file_to_device/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
google-cloud-iot==2.3.0
google-cloud-pubsub==2.9.0
Expand Down
2 changes: 1 addition & 1 deletion jobs/v3/api_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion kubernetes_engine/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion ml_engine/online_prediction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow==2.8.0; python_version > "3.6"
tensorflow==2.6.2; python_version < "3.7"
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion monitoring/api/v3/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion run/markdown-preview/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==6.2.4
google-auth==2.3.3
google-auth==2.5.0
google-api-python-client==2.37.0
2 changes: 1 addition & 1 deletion storage/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion storagetransfer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-storage-transfer==1.1.1
google-api-python-client==2.37.0
google-auth==2.3.3
google-auth==2.5.0
google-auth-httplib2==0.1.0
You are viewing a condensed version of this merge commit. You can view the full changes here.