diff --git a/appengine/flexible/cloudsql/requirements.txt b/appengine/flexible/cloudsql/requirements.txt index 9ba9eb916af8..603fd9835e85 100644 --- a/appengine/flexible/cloudsql/requirements.txt +++ b/appengine/flexible/cloudsql/requirements.txt @@ -1,4 +1,4 @@ Flask==0.12.2 Flask-SQLAlchemy==2.3.2 gunicorn==19.7.1 -PyMySQL==0.7.11 +PyMySQL==0.8.0 diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index e2ef00cdf46b..a20414660f9f 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0 +Django==2.0.1 mysqlclient==1.3.12 wheel==0.30.0 gunicorn==19.7.1 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 5fe9e995a67e..be3ded4f33f1 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==2.0 +Django==2.0.1 gunicorn==19.7.1 diff --git a/appengine/flexible/pubsub/requirements.txt b/appengine/flexible/pubsub/requirements.txt index b05b81253492..b4f674273cea 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.29.4 +google-cloud-pubsub==0.30.1 gunicorn==19.7.1 diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index 711aa191e9d7..1492eec5c53c 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -2,4 +2,4 @@ Flask==0.12.2 gunicorn==19.7.1 numpy==1.13.3 scipy==1.0.0 -Pillow==4.3.0 +Pillow==5.0.0 diff --git a/appengine/standard/django/requirements.txt b/appengine/standard/django/requirements.txt index 7c82a339480c..f62b1149066a 100644 --- a/appengine/standard/django/requirements.txt +++ b/appengine/standard/django/requirements.txt @@ -1,2 +1,2 @@ -PyMySQL==0.7.11 +PyMySQL==0.8.0 Django<2.0.0,>=1.11.8 diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index e2ef00cdf46b..a20414660f9f 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0 +Django==2.0.1 mysqlclient==1.3.12 wheel==0.30.0 gunicorn==19.7.1 diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index 10701cfc8212..1e41426ee2af 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.6.4 google-auth==1.2.1 google-auth-httplib2==0.0.3 -google-cloud==0.31.0 +google-cloud==0.32.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index c1540854963c..b65013d830ef 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.8.1 +grpcio==1.8.2 google-auth==1.2.1 diff --git a/endpoints/getting-started-grpc/requirements.txt b/endpoints/getting-started-grpc/requirements.txt index 0c4988759126..1f0345db2119 100644 --- a/endpoints/getting-started-grpc/requirements.txt +++ b/endpoints/getting-started-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.8.1 -grpcio-tools==1.8.1 +grpcio==1.8.2 +grpcio-tools==1.8.2 diff --git a/error_reporting/fluent_on_compute/requirements.txt b/error_reporting/fluent_on_compute/requirements.txt index 9d9029e1f400..11c52d4bf018 100644 --- a/error_reporting/fluent_on_compute/requirements.txt +++ b/error_reporting/fluent_on_compute/requirements.txt @@ -1 +1 @@ -fluent-logger==0.8.0 +fluent-logger==0.9.0 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 9872c6b53028..7f42336474c3 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.1.4 google-api-python-client==1.6.4 google-auth-httplib2==0.0.3 google-auth==1.2.1 -google-cloud-pubsub==0.29.4 +google-cloud-pubsub==0.30.1 pyjwt==1.5.3 paho-mqtt==1.3.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index d6b21f933f20..a836acd334fe 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -2,6 +2,6 @@ cryptography==2.1.4 google-api-python-client==1.6.4 google-auth-httplib2==0.0.3 google-auth==1.2.1 -google-cloud-pubsub==0.29.4 +google-cloud-pubsub==0.30.1 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 80e7bdd285df..c24cca67d9af 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.4 google-auth-httplib2==0.0.3 google-auth==1.2.1 -google-cloud==0.31.0 +google-cloud==0.32.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 6f9c4453eb7b..ce4ebabc8f24 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.4 google-auth-httplib2==0.0.3 google-auth==1.2.1 -google-cloud-pubsub==0.29.4 +google-cloud-pubsub==0.30.1 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 23b9f7a6c40e..8c845ba26c5d 100644 --- a/iot/api-client/scripts/requirements.txt +++ b/iot/api-client/scripts/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.29.4 +google-cloud-pubsub==0.30.1 diff --git a/pubsub/cloud-client/requirements.txt b/pubsub/cloud-client/requirements.txt index 23b9f7a6c40e..8c845ba26c5d 100644 --- a/pubsub/cloud-client/requirements.txt +++ b/pubsub/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.29.4 +google-cloud-pubsub==0.30.1 diff --git a/storage/cloud-client/acl_test.py b/storage/cloud-client/acl_test.py index 0c9fd1a50088..7796ef0432f7 100644 --- a/storage/cloud-client/acl_test.py +++ b/storage/cloud-client/acl_test.py @@ -23,7 +23,9 @@ BUCKET = os.environ['CLOUD_STORAGE_BUCKET'] # Typically we'd use a @example.com address, but GCS requires a real Google # account. -TEST_EMAIL = 'jonwayne@google.com' +TEST_EMAIL = ( + 'google-auth-system-tests' + '@python-docs-samples-tests.iam.gserviceaccount.com') @pytest.fixture diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index be6a97679031..fe7238974d39 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-storage==1.6.0 -google-cloud-pubsub==0.29.4 +google-cloud-pubsub==0.30.1 diff --git a/vision/cloud-client/crop_hints/requirements.txt b/vision/cloud-client/crop_hints/requirements.txt index c09c005e1d0b..884b8739736d 100644 --- a/vision/cloud-client/crop_hints/requirements.txt +++ b/vision/cloud-client/crop_hints/requirements.txt @@ -1,2 +1,2 @@ google-cloud-vision==0.29.0 -pillow==4.3.0 +pillow==5.0.0 diff --git a/vision/cloud-client/document_text/requirements.txt b/vision/cloud-client/document_text/requirements.txt index c09c005e1d0b..884b8739736d 100644 --- a/vision/cloud-client/document_text/requirements.txt +++ b/vision/cloud-client/document_text/requirements.txt @@ -1,2 +1,2 @@ google-cloud-vision==0.29.0 -pillow==4.3.0 +pillow==5.0.0 diff --git a/vision/cloud-client/face_detection/requirements.txt b/vision/cloud-client/face_detection/requirements.txt index b0c1c169af13..a6678364bd41 100644 --- a/vision/cloud-client/face_detection/requirements.txt +++ b/vision/cloud-client/face_detection/requirements.txt @@ -1,2 +1,2 @@ google-cloud-vision==0.29.0 -Pillow==4.3.0 +Pillow==5.0.0