From d11741eb3f6b26c8b0712b37796276395b65d91c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Feb 2022 16:03:52 +0000 Subject: [PATCH 1/4] chore(deps): update dependency google-api-python-client to v2.37.0 --- appengine/standard/mailgun/requirements-test.txt | 2 +- appengine/standard/pubsub/requirements.txt | 2 +- appengine/standard/storage/api-client/requirements.txt | 2 +- appengine/standard_python3/pubsub/requirements.txt | 2 +- auth/api-client/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- compute/api/requirements.txt | 2 +- compute/auth/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- compute/oslogin/requirements.txt | 2 +- dataflow/flex-templates/streaming_beam/requirements-test.txt | 2 +- dataflow/gpu-examples/pytorch-minimal/requirements-test.txt | 2 +- .../gpu-examples/tensorflow-landsat-prime/requirements-test.txt | 2 +- dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt | 2 +- dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt | 2 +- dataflow/run_template/requirements.txt | 2 +- datastore/schedule-export/requirements.txt | 2 +- .../clients/service_to_service_non_default/requirements.txt | 2 +- functions/billing/requirements.txt | 2 +- functions/slack/requirements.txt | 2 +- healthcare/api-client/v1/datasets/requirements.txt | 2 +- healthcare/api-client/v1/dicom/requirements.txt | 2 +- healthcare/api-client/v1/fhir/requirements.txt | 2 +- healthcare/api-client/v1/hl7v2/requirements.txt | 2 +- healthcare/api-client/v1beta1/fhir/requirements.txt | 2 +- iam/api-client/requirements.txt | 2 +- iot/api-client/end_to_end_example/requirements.txt | 2 +- iot/api-client/gcs_file_to_device/requirements.txt | 2 +- iot/api-client/http_example/requirements.txt | 2 +- iot/api-client/mqtt_example/requirements.txt | 2 +- jobs/v3/api_client/requirements.txt | 2 +- kubernetes_engine/api-client/requirements.txt | 2 +- ml_engine/online_prediction/requirements.txt | 2 +- monitoring/api/v3/api-client/requirements.txt | 2 +- notebooks/samples/requirements.txt | 2 +- .../timeseries-classification/requirements-test.txt | 2 +- run/deployment-previews/requirements.txt | 2 +- run/markdown-preview/requirements-test.txt | 2 +- storage/api/requirements.txt | 2 +- storagetransfer/requirements.txt | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/appengine/standard/mailgun/requirements-test.txt b/appengine/standard/mailgun/requirements-test.txt index 8f42f9a4801..3c64a2e0754 100644 --- a/appengine/standard/mailgun/requirements-test.txt +++ b/appengine/standard/mailgun/requirements-test.txt @@ -1,5 +1,5 @@ # pin pytest to 4.6.11 for Python2. pytest==4.6.11; python_version < '3.0' -google-api-python-client==1.12.10; python_version < '3.0' +google-api-python-client==2.37.0; python_version < '3.0' mock==3.0.5; python_version < '3.0' WebTest==2.0.35; python_version < '3.0' diff --git a/appengine/standard/pubsub/requirements.txt b/appengine/standard/pubsub/requirements.txt index a796de5ded1..eecc6ea5f92 100755 --- a/appengine/standard/pubsub/requirements.txt +++ b/appengine/standard/pubsub/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.4; python_version < '3.0' Flask==2.0.0; python_version > '3.0' -google-api-python-client==1.12.10; python_version < '3.0' +google-api-python-client==2.37.0; python_version < '3.0' diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 06afe92d38b..e658be88768 100644 --- a/appengine/standard/storage/api-client/requirements.txt +++ b/appengine/standard/storage/api-client/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.12.10; python_version < '3.0' +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-httplib2==0.1.0 diff --git a/appengine/standard_python3/pubsub/requirements.txt b/appengine/standard_python3/pubsub/requirements.txt index 4ea45966be4..cb89f6358f5 100644 --- a/appengine/standard_python3/pubsub/requirements.txt +++ b/appengine/standard_python3/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.2 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-cloud-pubsub==2.9.0 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index dab9b3b1cff..39d514b90a8 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 9bf748e6bbb..f0e2f642d3f 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,6 +1,6 @@ google-auth==2.3.3 google-auth-oauthlib==0.4.6 google-auth-httplib2==0.1.0 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 flask==2.0.2 requests==2.27.1 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 2802f988f5c..8c7c406e7d2 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 6fa2c7f0450..22e769d656f 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.27.1 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index a2a604fc3de..d8491b12835 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==36.0.1 requests==2.27.1 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index cf8b232874b..4e02ddd88fc 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 requests==2.27.1 diff --git a/dataflow/flex-templates/streaming_beam/requirements-test.txt b/dataflow/flex-templates/streaming_beam/requirements-test.txt index a4657750b49..bafb2a0170b 100644 --- a/dataflow/flex-templates/streaming_beam/requirements-test.txt +++ b/dataflow/flex-templates/streaming_beam/requirements-test.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-cloud-storage==1.43.0 pytest-xdist==2.5.0 pytest==6.2.4 diff --git a/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt b/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt index 0d07e845106..930a3c39362 100644 --- a/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt +++ b/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-cloud-storage==1.43.0 pytest-xdist==2.5.0 pytest==6.2.4 diff --git a/dataflow/gpu-examples/tensorflow-landsat-prime/requirements-test.txt b/dataflow/gpu-examples/tensorflow-landsat-prime/requirements-test.txt index 5f4aa1e8f46..7ae60a63897 100644 --- a/dataflow/gpu-examples/tensorflow-landsat-prime/requirements-test.txt +++ b/dataflow/gpu-examples/tensorflow-landsat-prime/requirements-test.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.33.0 +google-api-python-client==2.37.0 google-cloud-storage==1.43.0 pytest==6.2.4 diff --git a/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt b/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt index a9c4341dbc8..7ae60a63897 100644 --- a/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt +++ b/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-cloud-storage==1.43.0 pytest==6.2.4 diff --git a/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt b/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt index a9c4341dbc8..7ae60a63897 100644 --- a/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt +++ b/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-cloud-storage==1.43.0 pytest==6.2.4 diff --git a/dataflow/run_template/requirements.txt b/dataflow/run_template/requirements.txt index d76d2986f18..3a7724d99ff 100644 --- a/dataflow/run_template/requirements.txt +++ b/dataflow/run_template/requirements.txt @@ -1 +1 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 diff --git a/datastore/schedule-export/requirements.txt b/datastore/schedule-export/requirements.txt index d76d2986f18..3a7724d99ff 100644 --- a/datastore/schedule-export/requirements.txt +++ b/datastore/schedule-export/requirements.txt @@ -1 +1 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 diff --git a/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt b/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt index 2802f988f5c..8c7c406e7d2 100644 --- a/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt +++ b/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/functions/billing/requirements.txt b/functions/billing/requirements.txt index 3e64eefa7ab..705f1a95ba9 100644 --- a/functions/billing/requirements.txt +++ b/functions/billing/requirements.txt @@ -1,4 +1,4 @@ slackclient==2.9.3 # [START functions_billing_limit_appengine_deps] -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 # [END functions_billing_limit_appengine_deps] diff --git a/functions/slack/requirements.txt b/functions/slack/requirements.txt index af0ff03f542..b498a1c2ac1 100644 --- a/functions/slack/requirements.txt +++ b/functions/slack/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 flask==2.0.2 slackclient==2.9.3 diff --git a/healthcare/api-client/v1/datasets/requirements.txt b/healthcare/api-client/v1/datasets/requirements.txt index 7a6459885f8..dc562eefa61 100644 --- a/healthcare/api-client/v1/datasets/requirements.txt +++ b/healthcare/api-client/v1/datasets/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/dicom/requirements.txt b/healthcare/api-client/v1/dicom/requirements.txt index 4fe68270559..642cc2c1965 100644 --- a/healthcare/api-client/v1/dicom/requirements.txt +++ b/healthcare/api-client/v1/dicom/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 google-cloud-pubsub==2.9.0 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index ab89c879e9b..f5df59123a4 100644 --- a/healthcare/api-client/v1/fhir/requirements.txt +++ b/healthcare/api-client/v1/fhir/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1/hl7v2/requirements.txt b/healthcare/api-client/v1/hl7v2/requirements.txt index 7a6459885f8..dc562eefa61 100644 --- a/healthcare/api-client/v1/hl7v2/requirements.txt +++ b/healthcare/api-client/v1/hl7v2/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 google-cloud==0.34.0 diff --git a/healthcare/api-client/v1beta1/fhir/requirements.txt b/healthcare/api-client/v1beta1/fhir/requirements.txt index 25414577eff..9d2058361c9 100644 --- a/healthcare/api-client/v1beta1/fhir/requirements.txt +++ b/healthcare/api-client/v1beta1/fhir/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 google-cloud==0.34.0 diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index e397fbff4e3..9408df8e0a1 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 boto3==1.20.24 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 5cdab6d071f..6485a8ba3b8 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==36.0.1 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 google-cloud-pubsub==2.9.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 6bd8110a5e4..638726020e8 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 google-cloud-iot==2.3.0 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 432072e50a7..12d36fc01f9 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==36.0.1 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 google-cloud-iot==2.3.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 48f74479555..b682f0bb0e1 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,5 +1,5 @@ cryptography==36.0.1 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth-httplib2==0.1.0 google-auth==2.3.3 google-cloud-pubsub==2.9.0 diff --git a/jobs/v3/api_client/requirements.txt b/jobs/v3/api_client/requirements.txt index 2802f988f5c..8c7c406e7d2 100755 --- a/jobs/v3/api_client/requirements.txt +++ b/jobs/v3/api_client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index 2802f988f5c..8c7c406e7d2 100644 --- a/kubernetes_engine/api-client/requirements.txt +++ b/kubernetes_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 9fa0f0b92db..91394a4a2e6 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,5 +1,5 @@ tensorflow==2.7.0; python_version > "3.6" tensorflow==2.6.2; python_version < "3.7" -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/monitoring/api/v3/api-client/requirements.txt b/monitoring/api/v3/api-client/requirements.txt index 2802f988f5c..8c7c406e7d2 100644 --- a/monitoring/api/v3/api-client/requirements.txt +++ b/monitoring/api/v3/api-client/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/notebooks/samples/requirements.txt b/notebooks/samples/requirements.txt index d76d2986f18..3a7724d99ff 100644 --- a/notebooks/samples/requirements.txt +++ b/notebooks/samples/requirements.txt @@ -1 +1 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 diff --git a/people-and-planet-ai/timeseries-classification/requirements-test.txt b/people-and-planet-ai/timeseries-classification/requirements-test.txt index 4519dee00fb..18b5c2a0b06 100644 --- a/people-and-planet-ai/timeseries-classification/requirements-test.txt +++ b/people-and-planet-ai/timeseries-classification/requirements-test.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 pytest-xdist==2.5.0 pytest==6.2.4 \ No newline at end of file diff --git a/run/deployment-previews/requirements.txt b/run/deployment-previews/requirements.txt index a56103c439f..ccb301a1bdd 100644 --- a/run/deployment-previews/requirements.txt +++ b/run/deployment-previews/requirements.txt @@ -1,3 +1,3 @@ pygithub==1.55 click==8.0.3 -google-api-python-client==2.34.0 \ No newline at end of file +google-api-python-client==2.37.0 \ No newline at end of file diff --git a/run/markdown-preview/requirements-test.txt b/run/markdown-preview/requirements-test.txt index 223a136db21..ef22dcc5684 100644 --- a/run/markdown-preview/requirements-test.txt +++ b/run/markdown-preview/requirements-test.txt @@ -1,3 +1,3 @@ pytest==6.2.4 google-auth==2.3.3 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 2802f988f5c..8c7c406e7d2 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 diff --git a/storagetransfer/requirements.txt b/storagetransfer/requirements.txt index 06d75bfe054..0ad31454df9 100644 --- a/storagetransfer/requirements.txt +++ b/storagetransfer/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage-transfer==1.1.1 -google-api-python-client==2.34.0 +google-api-python-client==2.37.0 google-auth==2.3.3 google-auth-httplib2==0.1.0 From a9408588890f93161405b10bf11b32d8147bf3c6 Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Sat, 19 Feb 2022 13:14:57 -0500 Subject: [PATCH 2/4] chore(deps): pin api-python-client version to lower version --- appengine/standard/mailgun/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard/mailgun/requirements-test.txt b/appengine/standard/mailgun/requirements-test.txt index 3c64a2e0754..8f42f9a4801 100644 --- a/appengine/standard/mailgun/requirements-test.txt +++ b/appengine/standard/mailgun/requirements-test.txt @@ -1,5 +1,5 @@ # pin pytest to 4.6.11 for Python2. pytest==4.6.11; python_version < '3.0' -google-api-python-client==2.37.0; python_version < '3.0' +google-api-python-client==1.12.10; python_version < '3.0' mock==3.0.5; python_version < '3.0' WebTest==2.0.35; python_version < '3.0' From 96f55b84b4b0679e997a30ff7cb23ba910f89289 Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Sat, 19 Feb 2022 13:15:23 -0500 Subject: [PATCH 3/4] chore(deps): pin api-python-client version to lower version --- appengine/standard/pubsub/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard/pubsub/requirements.txt b/appengine/standard/pubsub/requirements.txt index eecc6ea5f92..a796de5ded1 100755 --- a/appengine/standard/pubsub/requirements.txt +++ b/appengine/standard/pubsub/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.4; python_version < '3.0' Flask==2.0.0; python_version > '3.0' -google-api-python-client==2.37.0; python_version < '3.0' +google-api-python-client==1.12.10; python_version < '3.0' From de9b2840ffe88770bdd43fbc404799c29fecc761 Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Sat, 19 Feb 2022 13:15:44 -0500 Subject: [PATCH 4/4] chore(deps): pin api-python-client version to lower version --- appengine/standard/storage/api-client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 94559005c9a..c5d452f367d 100644 --- a/appengine/standard/storage/api-client/requirements.txt +++ b/appengine/standard/storage/api-client/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==2.37.0; python_version < '3.0' +google-api-python-client==1.12.10; 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