From 19585d53371fb8182f021cdad36380fcba7d27e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Apr 2020 22:46:41 +0000 Subject: [PATCH] chore(deps): update dependency google-cloud-pubsub to v1.4.3 --- appengine/flexible/pubsub/requirements.txt | 2 +- appengine/standard_python37/pubsub/requirements.txt | 2 +- asset/cloud-client/requirements.txt | 2 +- container_registry/container_analysis/requirements.txt | 2 +- dlp/requirements.txt | 2 +- functions/ocr/app/requirements.txt | 2 +- functions/pubsub/requirements.txt | 2 +- functions/tips/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/manager/requirements.txt | 2 +- iot/api-client/mqtt_example/requirements.txt | 2 +- iot/api-client/scripts/requirements.txt | 2 +- pubsub/cloud-client/requirements.txt | 2 +- storage/cloud-client/requirements.txt | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/appengine/flexible/pubsub/requirements.txt b/appengine/flexible/pubsub/requirements.txt index 967df1c2c414..454c4814bb2e 100644 --- a/appengine/flexible/pubsub/requirements.txt +++ b/appengine/flexible/pubsub/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.2 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 gunicorn==20.0.4 diff --git a/appengine/standard_python37/pubsub/requirements.txt b/appengine/standard_python37/pubsub/requirements.txt index 0aa28207deb4..d15c9aff9ab0 100644 --- a/appengine/standard_python37/pubsub/requirements.txt +++ b/appengine/standard_python37/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 google-api-python-client==1.8.2 google-auth==1.14.0 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 diff --git a/asset/cloud-client/requirements.txt b/asset/cloud-client/requirements.txt index 81a4506ac298..e779b71f80e4 100644 --- a/asset/cloud-client/requirements.txt +++ b/asset/cloud-client/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage==1.26.0 google-cloud-asset==0.9.0 google-cloud-resource-manager==0.30.1 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 diff --git a/container_registry/container_analysis/requirements.txt b/container_registry/container_analysis/requirements.txt index 98bceafbc5f6..32e0defc4c24 100644 --- a/container_registry/container_analysis/requirements.txt +++ b/container_registry/container_analysis/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 google-cloud-containeranalysis==0.3.1 grafeas==0.1.0 pytest==5.3.0; python_version > "3.0" diff --git a/dlp/requirements.txt b/dlp/requirements.txt index 11a66e167a67..3b09c2a4cb13 100644 --- a/dlp/requirements.txt +++ b/dlp/requirements.txt @@ -1,5 +1,5 @@ google-cloud-dlp==0.14.0 google-cloud-storage==1.26.0 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 google-cloud-datastore==1.12.0 google-cloud-bigquery==1.24.0 diff --git a/functions/ocr/app/requirements.txt b/functions/ocr/app/requirements.txt index b1fc42fff812..477a2450d6aa 100644 --- a/functions/ocr/app/requirements.txt +++ b/functions/ocr/app/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 google-cloud-storage==1.26.0 google-cloud-translate==2.0.1 google-cloud-vision==1.0.0 diff --git a/functions/pubsub/requirements.txt b/functions/pubsub/requirements.txt index d77820e64575..d9d8db069eaa 100644 --- a/functions/pubsub/requirements.txt +++ b/functions/pubsub/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==1.4.2 \ No newline at end of file +google-cloud-pubsub==1.4.3 \ No newline at end of file diff --git a/functions/tips/requirements.txt b/functions/tips/requirements.txt index c7db07f30d87..b4ecc158aeb8 100644 --- a/functions/tips/requirements.txt +++ b/functions/tips/requirements.txt @@ -1,5 +1,5 @@ google-cloud-error-reporting==0.33.0 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 python-dateutil==2.8.1 requests==2.23.0 xmltodict==0.12.0 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 0744d285e4d9..f56aad32bf14 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -2,6 +2,6 @@ cryptography==2.9.2 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 google-auth==1.14.0 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 pyjwt==1.7.1 paho-mqtt==1.5.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index f871d8581553..b32bff29a949 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -2,7 +2,7 @@ google-api-python-client==1.8.2 google-auth==1.14.0 google-auth-httplib2==0.0.3 google-cloud-iot==1.0.0 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 google-cloud-storage==1.26.0 cryptography==2.9.2 paho-mqtt==1.5.0 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index b40ec167e8c9..cc3c8297992e 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -3,6 +3,6 @@ google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud-iot==1.0.0 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 pyjwt==1.7.1 requests==2.23.0 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 42f418a5a7e4..9df5d7b5dfdf 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -4,6 +4,6 @@ google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 google-auth==1.14.0 google-cloud-iot==1.0.0 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 paho-mqtt==1.5.0 pyjwt==1.7.1 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index b3febffbe3f6..8eca344ded70 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -2,7 +2,7 @@ cryptography==2.9.2 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 google-auth==1.14.0 -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 google-cloud-iot==1.0.0 grpc-google-iam-v1==0.12.3 pyjwt==1.7.1 diff --git a/iot/api-client/scripts/requirements.txt b/iot/api-client/scripts/requirements.txt index fbfc0f4d395e..110c3b79a339 100644 --- a/iot/api-client/scripts/requirements.txt +++ b/iot/api-client/scripts/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 diff --git a/pubsub/cloud-client/requirements.txt b/pubsub/cloud-client/requirements.txt index fbfc0f4d395e..110c3b79a339 100644 --- a/pubsub/cloud-client/requirements.txt +++ b/pubsub/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index 24a4d8ae73c2..b1c650d8c16a 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-pubsub==1.4.2 +google-cloud-pubsub==1.4.3 google-cloud-storage==1.27.0