Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/cloudsql/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -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
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
Django==2.0
Django==2.0.1
mysqlclient==1.3.12
wheel==0.30.0
gunicorn==19.7.1
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world_django/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
Django==2.0
Django==2.0.1
gunicorn==19.7.1
2 changes: 1 addition & 1 deletion appengine/flexible/pubsub/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
Flask==0.12.2
google-cloud-pubsub==0.29.4
google-cloud-pubsub==0.30.1
gunicorn==19.7.1
2 changes: 1 addition & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
2 changes: 1 addition & 1 deletion appengine/standard/django/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
PyMySQL==0.7.11
PyMySQL==0.8.0
Django<2.0.0,>=1.11.8
2 changes: 1 addition & 1 deletion container_engine/django_tutorial/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
Django==2.0
Django==2.0.1
mysqlclient==1.3.12
wheel==0.30.0
gunicorn==19.7.1
Expand Down
2 changes: 1 addition & 1 deletion dataproc/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -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
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
grpcio==1.8.1
grpcio==1.8.2
google-auth==1.2.1
4 changes: 2 additions & 2 deletions endpoints/getting-started-grpc/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
grpcio==1.8.1
grpcio-tools==1.8.1
grpcio==1.8.2
grpcio-tools==1.8.2
2 changes: 1 addition & 1 deletion error_reporting/fluent_on_compute/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
fluent-logger==0.8.0
fluent-logger==0.9.0
2 changes: 1 addition & 1 deletion iot/api-client/end_to_end_example/requirements.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
2 changes: 1 addition & 1 deletion iot/api-client/http_example/requirements.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
2 changes: 1 addition & 1 deletion iot/api-client/manager/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -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
2 changes: 1 addition & 1 deletion iot/api-client/mqtt_example/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -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
2 changes: 1 addition & 1 deletion iot/api-client/scripts/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
google-cloud-pubsub==0.29.4
google-cloud-pubsub==0.30.1
2 changes: 1 addition & 1 deletion pubsub/cloud-client/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
google-cloud-pubsub==0.29.4
google-cloud-pubsub==0.30.1
4 changes: 3 additions & 1 deletion storage/cloud-client/acl_test.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
2 changes: 1 addition & 1 deletion storage/cloud-client/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
google-cloud-storage==1.6.0
google-cloud-pubsub==0.29.4
google-cloud-pubsub==0.30.1
2 changes: 1 addition & 1 deletion vision/cloud-client/crop_hints/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
google-cloud-vision==0.29.0
pillow==4.3.0
pillow==5.0.0
2 changes: 1 addition & 1 deletion vision/cloud-client/document_text/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
google-cloud-vision==0.29.0
pillow==4.3.0
pillow==5.0.0
2 changes: 1 addition & 1 deletion vision/cloud-client/face_detection/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
google-cloud-vision==0.29.0
Pillow==4.3.0
Pillow==5.0.0