Skip to content

Commit 41dd294

Browse files
author
Jonathan Wayne Parrott
committed
Merge pull request GoogleCloudPlatform#165 from GoogleCloudPlatform/update-deps
Updating dependencies
2 parents a7684b4 + 3ed050a commit 41dd294

File tree

13 files changed

+14
-11
lines changed

13 files changed

+14
-11
lines changed

blog/introduction_to_data_models_in_cloud_datastore/blog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def list_all_posts(ds):
7676

7777

7878
def main(project_id):
79-
ds = datastore.Client(dataset_id=project_id)
79+
ds = datastore.Client(project_id)
8080

8181
print("Creating users...")
8282
create_user(ds, 'tonystark',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gcloud==0.8.0
1+
gcloud==0.9.0

blog/introduction_to_data_models_in_cloud_datastore/wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def list_revisions(ds, page):
7272

7373

7474
def main(project_id):
75-
ds = datastore.Client(dataset_id=project_id)
75+
ds = datastore.Client(project_id)
7676

7777
save_page(ds, 'page1', '1')
7878
save_page(ds, 'page1', '2')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.9.1
1+
Django==1.9.2
22
mysqlclient==1.3.7
33
wheel==0.26.0
44
gunicorn==19.4.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.10.1
2-
gcloud==0.8.0
2+
gcloud==0.9.0
33
gunicorn==19.4.5
44
oauth2client==1.5.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.9.1
1+
Django==1.9.2
22
mysqlclient==1.3.7
33
wheel==0.26.0
44
gunicorn==19.4.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==1.9.1
1+
Django==1.9.2
22
gunicorn==19.4.5

managed_vms/pubsub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.10.1
2-
gcloud==0.8.0
2+
gcloud==0.9.0
33
gunicorn==19.4.5
44
oauth2client==1.5.2

managed_vms/storage/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==0.10.1
2-
gcloud==0.8.0
2+
gcloud==0.9.0
33
gunicorn==19.4.5

managed_vms/twilio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==0.10.1
22
gunicorn==19.4.5
3-
twilio==6.2.dev0
3+
twilio==6.3.dev0

0 commit comments

Comments
 (0)