Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Oct 4, 2017
1 parent 53166ef commit 936845b
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.12.2
Flask-SQLAlchemy==2.2
Flask-SQLAlchemy==2.3.0
gunicorn==19.7.1
PyMySQL==0.7.11
2 changes: 1 addition & 1 deletion appengine/flexible/cloudsql_postgresql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.12.2
Flask-SQLAlchemy==2.2
Flask-SQLAlchemy==2.3.0
gunicorn==19.7.1
psycopg2==2.7.3.1
2 changes: 1 addition & 1 deletion appengine/flexible/numpy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12.2
gunicorn==19.7.1
numpy==1.13.1
numpy==1.13.3
4 changes: 2 additions & 2 deletions appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.12.2
gunicorn==19.7.1
numpy==1.13.1
numpy==1.13.3
scipy==0.19.1
Pillow==4.2.1
Pillow==4.3.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.6.0
grpcio==1.6.3
google-auth==1.1.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.6.0
grpcio-tools==1.6.0
grpcio==1.6.3
grpcio-tools==1.6.3
2 changes: 1 addition & 1 deletion language/classify_text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-language==0.29.0
numpy==1.13.1
numpy==1.13.3
2 changes: 1 addition & 1 deletion spanner/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-spanner==0.27.0
google-cloud-spanner==0.28.0
2 changes: 1 addition & 1 deletion testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pytest-cov==2.5.1
pytest==3.2.2
pytest-capturelog==0.7
pyyaml==3.12
responses==0.7.0
responses==0.8.1
WebTest==2.0.28
webapp2==2.5.2
google-api-python-client==1.6.4
Expand Down
2 changes: 1 addition & 1 deletion vision/cloud-client/crop_hints/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-vision==0.27.0
pillow==4.2.1
pillow==4.3.0
2 changes: 1 addition & 1 deletion vision/cloud-client/document_text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-vision==0.27.0
pillow==4.2.1
pillow==4.3.0
2 changes: 1 addition & 1 deletion vision/cloud-client/face_detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-vision==0.27.0
Pillow==4.2.1
Pillow==4.3.0

0 comments on commit 936845b

Please sign in to comment.