Skip to content

Commit

Permalink
Auto-update dependencies. (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and Jon Wayne Parrott committed Dec 13, 2017
1 parent 488daf6 commit 5ec0018
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions appengine/standard/flask/tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Flask==0.12.2
# v0.13 uses tempfile.SpooledTemporaryFile which is not supported in the app +Werkzeug==0.13
# engine sandbox. See https://cloud.google.com/appengine/docs/standard/python/runtime#customized-libraries-in-python-version-27
Werkzeug>=0.12.0,<0.13.0
Werkzeug<0.13.0,>=0.12.0
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grpcio==1.7.3
grpcio==1.8.0
google-auth==1.2.1
4 changes: 2 additions & 2 deletions endpoints/getting-started-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grpcio==1.7.3
grpcio-tools==1.7.0
grpcio==1.8.0
grpcio-tools==1.8.0

0 comments on commit 5ec0018

Please sign in to comment.