Skip to content

Commit d6a7f6b

Browse files
dpebotJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Auto-update dependencies. (#1282)
* Auto-update dependencies. * Fix storage acl sample Change-Id: I413bea899fdde4c4859e4070a9da25845b81f7cf
1 parent a70f50b commit d6a7f6b

File tree

22 files changed

+25
-23
lines changed

22 files changed

+25
-23
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.12.2
22
Flask-SQLAlchemy==2.3.2
33
gunicorn==19.7.1
4-
PyMySQL==0.7.11
4+
PyMySQL==0.8.0

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.0
1+
Django==2.0.1
22
mysqlclient==1.3.12
33
wheel==0.30.0
44
gunicorn==19.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.0
1+
Django==2.0.1
22
gunicorn==19.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==0.12.2
2-
google-cloud-pubsub==0.29.4
2+
google-cloud-pubsub==0.30.1
33
gunicorn==19.7.1

appengine/flexible/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Flask==0.12.2
22
gunicorn==19.7.1
33
numpy==1.13.3
44
scipy==1.0.0
5-
Pillow==4.3.0
5+
Pillow==5.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PyMySQL==0.7.11
1+
PyMySQL==0.8.0
22
Django<2.0.0,>=1.11.8

container_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.0
1+
Django==2.0.1
22
mysqlclient==1.3.12
33
wheel==0.30.0
44
gunicorn==19.7.1

dataproc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==1.6.4
22
google-auth==1.2.1
33
google-auth-httplib2==0.0.3
4-
google-cloud==0.31.0
4+
google-cloud==0.32.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.8.1
1+
grpcio==1.8.2
22
google-auth==1.2.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.8.1
2-
grpcio-tools==1.8.1
1+
grpcio==1.8.2
2+
grpcio-tools==1.8.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fluent-logger==0.8.0
1+
fluent-logger==0.9.0

iot/api-client/end_to_end_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ cryptography==2.1.4
22
google-api-python-client==1.6.4
33
google-auth-httplib2==0.0.3
44
google-auth==1.2.1
5-
google-cloud-pubsub==0.29.4
5+
google-cloud-pubsub==0.30.1
66
pyjwt==1.5.3
77
paho-mqtt==1.3.1

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ cryptography==2.1.4
22
google-api-python-client==1.6.4
33
google-auth-httplib2==0.0.3
44
google-auth==1.2.1
5-
google-cloud-pubsub==0.29.4
5+
google-cloud-pubsub==0.30.1
66
pyjwt==1.5.3
77
requests==2.18.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==1.6.4
22
google-auth-httplib2==0.0.3
33
google-auth==1.2.1
4-
google-cloud==0.31.0
4+
google-cloud==0.32.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-api-python-client==1.6.4
22
google-auth-httplib2==0.0.3
33
google-auth==1.2.1
4-
google-cloud-pubsub==0.29.4
4+
google-cloud-pubsub==0.30.1
55
cryptography==2.1.4
66
pyjwt==1.5.3
77
paho-mqtt==1.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==0.29.4
1+
google-cloud-pubsub==0.30.1

pubsub/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==0.29.4
1+
google-cloud-pubsub==0.30.1

storage/cloud-client/acl_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
2424
# Typically we'd use a @example.com address, but GCS requires a real Google
2525
# account.
26-
TEST_EMAIL = '[email protected]'
26+
TEST_EMAIL = (
27+
'google-auth-system-tests'
28+
'@python-docs-samples-tests.iam.gserviceaccount.com')
2729

2830

2931
@pytest.fixture

storage/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-storage==1.6.0
2-
google-cloud-pubsub==0.29.4
2+
google-cloud-pubsub==0.30.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-vision==0.29.0
2-
pillow==4.3.0
2+
pillow==5.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-vision==0.29.0
2-
pillow==4.3.0
2+
pillow==5.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-vision==0.29.0
2-
Pillow==4.3.0
2+
Pillow==5.0.0

0 commit comments

Comments
 (0)