From 7370677c878182394e38359bfad3aad0b48ca313 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Mon, 26 Feb 2018 09:03:37 -0800 Subject: [PATCH] Auto-update dependencies. (#1359) --- appengine/flexible/datastore/requirements.txt | 2 +- appengine/flexible/numpy/requirements.txt | 2 +- appengine/flexible/pubsub/requirements.txt | 2 +- appengine/flexible/scipy/requirements.txt | 2 +- appengine/flexible/tasks/requirements.txt | 4 ++-- appengine/flexible/twilio/requirements.txt | 2 +- appengine/standard/bigquery/requirements.txt | 2 +- .../standard/endpoints-frameworks-v2/echo/requirements.txt | 2 +- .../standard/endpoints-frameworks-v2/iata/requirements.txt | 2 +- .../standard/firebase/firenotes/backend/requirements.txt | 2 +- appengine/standard/storage/api-client/requirements.txt | 2 +- auth/api-client/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- auth/http-client/requirements.txt | 2 +- bigquery/api/requirements.txt | 2 +- bigquery/rest/requirements.txt | 2 +- .../requirements.txt | 2 +- codelabs/flex_and_vision/requirements.txt | 2 +- compute/api/requirements.txt | 2 +- compute/auth/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- container_engine/api-client/requirements.txt | 2 +- dataproc/requirements.txt | 2 +- datastore/cloud-client/requirements.txt | 2 +- endpoints/bookstore-grpc/requirements.txt | 2 +- .../clients/service_to_service_non_default/requirements.txt | 2 +- endpoints/getting-started/requirements.txt | 2 +- error_reporting/fluent_on_compute/requirements.txt | 2 +- iap/requirements.txt | 2 +- iot/api-client/end_to_end_example/requirements.txt | 4 ++-- iot/api-client/gcs_file_to_device/requirements.txt | 4 ++-- iot/api-client/http_example/requirements.txt | 4 ++-- iot/api-client/manager/requirements.txt | 2 +- iot/api-client/mqtt_example/requirements.txt | 4 ++-- iot/api-client/scripts/requirements.txt | 2 +- kms/api-client/requirements.txt | 2 +- language/api/requirements.txt | 2 +- language/classify_text/requirements.txt | 2 +- language/movie_nl/requirements.txt | 2 +- language/ocr_nl/requirements.txt | 2 +- language/syntax_triples/requirements.txt | 2 +- language/tutorial/requirements.txt | 2 +- logging/cloud-client/requirements.txt | 2 +- ml_engine/online_prediction/requirements.txt | 2 +- monitoring/api/v3/api-client/requirements.txt | 2 +- pubsub/cloud-client/requirements.txt | 2 +- speech/cloud-client/requirements.txt | 2 +- storage/api/requirements.txt | 2 +- storage/cloud-client/requirements.txt | 2 +- storage/transfer_service/requirements.txt | 2 +- tasks/requirements.txt | 2 +- testing/requirements.txt | 4 ++-- vision/api/label/requirements.txt | 2 +- 53 files changed, 59 insertions(+), 59 deletions(-) diff --git a/appengine/flexible/datastore/requirements.txt b/appengine/flexible/datastore/requirements.txt index 2b45afbede70..de8c37883a5a 100644 --- a/appengine/flexible/datastore/requirements.txt +++ b/appengine/flexible/datastore/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 -google-cloud-datastore==1.4.0 +google-cloud-datastore==1.5.0 gunicorn==19.7.1 diff --git a/appengine/flexible/numpy/requirements.txt b/appengine/flexible/numpy/requirements.txt index d24e0f5a1faf..35fc190c5df5 100644 --- a/appengine/flexible/numpy/requirements.txt +++ b/appengine/flexible/numpy/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 gunicorn==19.7.1 -numpy==1.14.0 +numpy==1.14.1 diff --git a/appengine/flexible/pubsub/requirements.txt b/appengine/flexible/pubsub/requirements.txt index b4f674273cea..35f7a82b6c43 100644 --- a/appengine/flexible/pubsub/requirements.txt +++ b/appengine/flexible/pubsub/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 -google-cloud-pubsub==0.30.1 +google-cloud-pubsub==0.32.0 gunicorn==19.7.1 diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index d6de35730ad9..23167e74e31f 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -1,5 +1,5 @@ Flask==0.12.2 gunicorn==19.7.1 -numpy==1.14.0 +numpy==1.14.1 scipy==1.0.0 Pillow==5.0.0 diff --git a/appengine/flexible/tasks/requirements.txt b/appengine/flexible/tasks/requirements.txt index 086977ad2089..e10ff304c603 100644 --- a/appengine/flexible/tasks/requirements.txt +++ b/appengine/flexible/tasks/requirements.txt @@ -1,6 +1,6 @@ Flask==0.12.2 google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 -google-cloud-datastore==1.4.0 +google-cloud-datastore==1.5.0 gunicorn==19.7.1 diff --git a/appengine/flexible/twilio/requirements.txt b/appengine/flexible/twilio/requirements.txt index 0aa937cc2080..4a1d6e44f646 100644 --- a/appengine/flexible/twilio/requirements.txt +++ b/appengine/flexible/twilio/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 gunicorn==19.7.1 -twilio==6.10.2 +twilio==6.10.4 diff --git a/appengine/standard/bigquery/requirements.txt b/appengine/standard/bigquery/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/appengine/standard/bigquery/requirements.txt +++ b/appengine/standard/bigquery/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt b/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt index 7b195c6501df..1c326b52cb44 100644 --- a/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt +++ b/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt @@ -1,2 +1,2 @@ google-endpoints==2.5.0 -google-endpoints-api-management==1.4.0 +google-endpoints-api-management==1.5.1 diff --git a/appengine/standard/endpoints-frameworks-v2/iata/requirements.txt b/appengine/standard/endpoints-frameworks-v2/iata/requirements.txt index 7b195c6501df..1c326b52cb44 100644 --- a/appengine/standard/endpoints-frameworks-v2/iata/requirements.txt +++ b/appengine/standard/endpoints-frameworks-v2/iata/requirements.txt @@ -1,2 +1,2 @@ google-endpoints==2.5.0 -google-endpoints-api-management==1.4.0 +google-endpoints-api-management==1.5.1 diff --git a/appengine/standard/firebase/firenotes/backend/requirements.txt b/appengine/standard/firebase/firenotes/backend/requirements.txt index fdd46ebee7fb..daa0ec80247e 100644 --- a/appengine/standard/firebase/firenotes/backend/requirements.txt +++ b/appengine/standard/firebase/firenotes/backend/requirements.txt @@ -1,6 +1,6 @@ Flask==0.12.2 pyjwt==1.5.3 flask-cors==3.0.3 -google-auth==1.4.0 +google-auth==1.4.1 requests==2.18.4 requests-toolbelt==0.8.0 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/appengine/standard/storage/api-client/requirements.txt +++ b/appengine/standard/storage/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 3054d7f6528e..9e5395286793 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.4.0 +google-auth==1.4.1 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index f77293eca868..4d0dd7b3de15 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.4.0 +google-auth==1.4.1 google-auth-oauthlib==0.2.0 google-auth-httplib2==0.0.3 google-api-python-client==1.6.5 diff --git a/auth/http-client/requirements.txt b/auth/http-client/requirements.txt index 990ac09099b2..082f21a7df65 100644 --- a/auth/http-client/requirements.txt +++ b/auth/http-client/requirements.txt @@ -1,2 +1,2 @@ requests==2.18.4 -google-auth==1.4.0 +google-auth==1.4.1 diff --git a/bigquery/api/requirements.txt b/bigquery/api/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/bigquery/api/requirements.txt +++ b/bigquery/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/bigquery/rest/requirements.txt b/bigquery/rest/requirements.txt index f3ee37897d6f..88961892e01c 100644 --- a/bigquery/rest/requirements.txt +++ b/bigquery/rest/requirements.txt @@ -1,2 +1,2 @@ -google-auth==1.4.0 +google-auth==1.4.1 requests==2.18.4 diff --git a/blog/introduction_to_data_models_in_cloud_datastore/requirements.txt b/blog/introduction_to_data_models_in_cloud_datastore/requirements.txt index c96f32585c73..525a20bc16c3 100644 --- a/blog/introduction_to_data_models_in_cloud_datastore/requirements.txt +++ b/blog/introduction_to_data_models_in_cloud_datastore/requirements.txt @@ -1 +1 @@ -google-cloud-datastore==1.4.0 +google-cloud-datastore==1.5.0 diff --git a/codelabs/flex_and_vision/requirements.txt b/codelabs/flex_and_vision/requirements.txt index 09b2e306afe3..6a9e88054b6c 100644 --- a/codelabs/flex_and_vision/requirements.txt +++ b/codelabs/flex_and_vision/requirements.txt @@ -2,4 +2,4 @@ Flask==0.12.2 gunicorn==19.7.1 google-cloud-vision==0.30.0 google-cloud-storage==1.7.0 -google-cloud-datastore==1.4.0 +google-cloud-datastore==1.5.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index cce4a0c9bc56..90e64d4179b7 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.18.4 google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index f97a2ede179f..d681b3219789 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.1.4 requests==2.18.4 google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/container_engine/api-client/requirements.txt b/container_engine/api-client/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/container_engine/api-client/requirements.txt +++ b/container_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index c85672639053..9fef73c81622 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 google-cloud==0.32.0 diff --git a/datastore/cloud-client/requirements.txt b/datastore/cloud-client/requirements.txt index c96f32585c73..525a20bc16c3 100644 --- a/datastore/cloud-client/requirements.txt +++ b/datastore/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-datastore==1.4.0 +google-cloud-datastore==1.5.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index f8fbaf75a0b7..08b41350ec9b 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,2 +1,2 @@ grpcio==1.9.1 -google-auth==1.4.0 +google-auth==1.4.1 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 3578404331b4..500e732f5322 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==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index 1635c4c8d0b3..afaec1210b62 100644 --- a/endpoints/getting-started/requirements.txt +++ b/endpoints/getting-started/requirements.txt @@ -4,5 +4,5 @@ gunicorn==19.7.1 six==1.11.0 pyyaml==3.12 requests==2.18.4 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-oauthlib==0.2.0 diff --git a/error_reporting/fluent_on_compute/requirements.txt b/error_reporting/fluent_on_compute/requirements.txt index c64e45414aa6..3bea1b27685e 100644 --- a/error_reporting/fluent_on_compute/requirements.txt +++ b/error_reporting/fluent_on_compute/requirements.txt @@ -1 +1 @@ -fluent-logger==0.9.1 +fluent-logger==0.9.2 diff --git a/iap/requirements.txt b/iap/requirements.txt index 9cee340705b3..92caff71502b 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,7 +1,7 @@ PyJWT==1.5.3 cryptography==2.1.4 flask==0.12.2 -google-auth==1.4.0 +google-auth==1.4.1 gunicorn==19.7.1 requests==2.18.4 requests_toolbelt==0.8.0 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 30c23dbfcdc5..3b49557a5bbe 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.1.4 google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.4.0 -google-cloud-pubsub==0.30.1 +google-auth==1.4.1 +google-cloud-pubsub==0.32.0 pyjwt==1.5.3 paho-mqtt==1.3.1 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 7a21a5f5d071..1e15c57e9023 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -1,7 +1,7 @@ google-api-python-client==1.6.5 -google-auth==1.3.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 -google-cloud-pubsub==0.30.1 +google-cloud-pubsub==0.32.0 google-cloud-storage==1.7.0 cryptography==2.1.4 paho-mqtt==1.3.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 04d6e3350d75..17c0d48c9b76 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.1.4 google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.4.0 -google-cloud-pubsub==0.30.1 +google-auth==1.4.1 +google-cloud-pubsub==0.32.0 pyjwt==1.5.3 requests==2.18.4 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 87c7e460bf38..c190af9da6fe 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.4.0 +google-auth==1.4.1 google-cloud==0.32.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 878a16bde241..c7927ebb7d94 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,7 +1,7 @@ google-api-python-client==1.6.5 google-auth-httplib2==0.0.3 -google-auth==1.4.0 -google-cloud-pubsub==0.30.1 +google-auth==1.4.1 +google-cloud-pubsub==0.32.0 cryptography==2.1.4 pyjwt==1.5.3 paho-mqtt==1.3.1 diff --git a/iot/api-client/scripts/requirements.txt b/iot/api-client/scripts/requirements.txt index 8c845ba26c5d..d300b96a86fd 100644 --- a/iot/api-client/scripts/requirements.txt +++ b/iot/api-client/scripts/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.30.1 +google-cloud-pubsub==0.32.0 diff --git a/kms/api-client/requirements.txt b/kms/api-client/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/kms/api-client/requirements.txt +++ b/kms/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/language/classify_text/requirements.txt b/language/classify_text/requirements.txt index 76c6d7320ecb..da0faa996317 100644 --- a/language/classify_text/requirements.txt +++ b/language/classify_text/requirements.txt @@ -1,2 +1,2 @@ google-cloud-language==1.0.0 -numpy==1.14.0 +numpy==1.14.1 diff --git a/language/movie_nl/requirements.txt b/language/movie_nl/requirements.txt index 07059ddca484..06bc7afa8306 100644 --- a/language/movie_nl/requirements.txt +++ b/language/movie_nl/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 requests==2.18.4 diff --git a/language/ocr_nl/requirements.txt b/language/ocr_nl/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/language/ocr_nl/requirements.txt +++ b/language/ocr_nl/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/language/syntax_triples/requirements.txt b/language/syntax_triples/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/language/syntax_triples/requirements.txt +++ b/language/syntax_triples/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/language/tutorial/requirements.txt b/language/tutorial/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/language/tutorial/requirements.txt +++ b/language/tutorial/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/logging/cloud-client/requirements.txt b/logging/cloud-client/requirements.txt index 78aa79015101..fd8ba2ec480d 100644 --- a/logging/cloud-client/requirements.txt +++ b/logging/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-logging==1.4.0 +google-cloud-logging==1.5.0 diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index 32ccc05a1c53..6653d131b92a 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,4 +1,4 @@ tensorflow==1.5.0 google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/monitoring/api/v3/api-client/requirements.txt b/monitoring/api/v3/api-client/requirements.txt index 3578404331b4..500e732f5322 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==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/pubsub/cloud-client/requirements.txt b/pubsub/cloud-client/requirements.txt index 8c845ba26c5d..d300b96a86fd 100644 --- a/pubsub/cloud-client/requirements.txt +++ b/pubsub/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.30.1 +google-cloud-pubsub==0.32.0 diff --git a/speech/cloud-client/requirements.txt b/speech/cloud-client/requirements.txt index f57bd8cd03a7..d2415850dfbf 100644 --- a/speech/cloud-client/requirements.txt +++ b/speech/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-speech==0.31.1 +google-cloud-speech==0.32.0 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index 11c81e62e922..93eb8b0b29fa 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-storage==1.7.0 -google-cloud-pubsub==0.30.1 +google-cloud-pubsub==0.32.0 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/tasks/requirements.txt b/tasks/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/tasks/requirements.txt +++ b/tasks/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3 diff --git a/testing/requirements.txt b/testing/requirements.txt index ba1c1eb3d08d..4a01ea884909 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -1,12 +1,12 @@ beautifulsoup4==4.6.0 -coverage==4.5 +coverage==4.5.1 flaky==3.4.0 funcsigs==1.0.2 mock==2.0.0 mysql-python==1.2.5; python_version < "3.0" PyCrypto==2.6.1 pytest-cov==2.5.1 -pytest==3.4.0 +pytest==3.4.1 pyyaml==3.12 responses==0.8.1 WebTest==2.0.29 diff --git a/vision/api/label/requirements.txt b/vision/api/label/requirements.txt index 3578404331b4..500e732f5322 100644 --- a/vision/api/label/requirements.txt +++ b/vision/api/label/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.6.5 -google-auth==1.4.0 +google-auth==1.4.1 google-auth-httplib2==0.0.3