Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Mar 8, 2017
1 parent bfd9aec commit f85831b
Show file tree
Hide file tree
Showing 48 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
requests[security]==2.13.0
6 changes: 3 additions & 3 deletions appengine/flexible/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.12
Flask-SQLAlchemy==2.1
gunicorn==19.6.0
Flask-SQLAlchemy==2.2
gunicorn==19.7.0
PyMySQL==0.7.10
psycopg2==2.6.2
psycopg2==2.7
4 changes: 2 additions & 2 deletions appengine/flexible/datastore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
google-cloud-datastore==0.22.1
gunicorn==19.6.0
google-cloud-datastore==0.23.0
gunicorn==19.7.0
2 changes: 1 addition & 1 deletion appengine/flexible/disk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
4 changes: 2 additions & 2 deletions appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.10.5
Django==1.10.6
mysqlclient==1.3.10
wheel==0.29.0
gunicorn==19.6.0
gunicorn==19.7.0
2 changes: 1 addition & 1 deletion appengine/flexible/extending_runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
4 changes: 2 additions & 2 deletions appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==1.10.5
gunicorn==19.6.0
Django==1.10.6
gunicorn==19.7.0
2 changes: 1 addition & 1 deletion appengine/flexible/mailgun/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
requests[security]==2.13.0
2 changes: 1 addition & 1 deletion appengine/flexible/mailjet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
requests[security]==2.13.0
mailjet-rest==1.2.2
4 changes: 2 additions & 2 deletions appengine/flexible/memcache/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
gunicorn==19.6.0
pylibmc==1.5.1
gunicorn==19.7.0
pylibmc==1.5.2
2 changes: 1 addition & 1 deletion appengine/flexible/metadata/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
requests[security]==2.13.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
requests==2.13.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
requests==2.13.0
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
gunicorn==19.6.0
gunicorn==19.7.0
numpy==1.12.0
4 changes: 2 additions & 2 deletions appengine/flexible/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
google-cloud-pubsub==0.22.0
gunicorn==19.6.0
google-cloud-pubsub==0.23.0
gunicorn==19.7.0
2 changes: 1 addition & 1 deletion appengine/flexible/redis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
redis==2.10.5
2 changes: 1 addition & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
numpy==1.12.0
scipy==0.18.1
Pillow==4.0.0
2 changes: 1 addition & 1 deletion appengine/flexible/sendgrid/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
sendgrid==3.6.3
gunicorn==19.6.0
gunicorn==19.7.0
2 changes: 1 addition & 1 deletion appengine/flexible/static_files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
4 changes: 2 additions & 2 deletions appengine/flexible/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
google-cloud-storage==0.22.0
gunicorn==19.6.0
google-cloud-storage==0.23.1
gunicorn==19.7.0
2 changes: 1 addition & 1 deletion appengine/flexible/twilio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12
gunicorn==19.6.0
gunicorn==19.7.0
twilio==6.3.dev0
2 changes: 1 addition & 1 deletion appengine/standard/django/requirements-vendor.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Django==1.10.5
Django==1.10.6
2 changes: 1 addition & 1 deletion appengine/standard/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MySQL-python==1.2.5
Django==1.10.5
Django==1.10.6
2 changes: 1 addition & 1 deletion bigquery/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigquery==0.22.1
google-cloud-bigquery==0.23.0
4 changes: 2 additions & 2 deletions bigquery/dml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8==3.3.0
google-cloud-bigquery==0.22.1
google-cloud-bigquery==0.23.0
PyMySQL==0.7.10
six==1.10.0
SQLAlchemy==1.1.5
SQLAlchemy==1.1.6
4 changes: 2 additions & 2 deletions bigtable/hello/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==0.22.0
google-cloud-core==0.23.0
google-cloud-bigtable==0.23.1
google-cloud-core==0.23.1
4 changes: 2 additions & 2 deletions bigtable/hello_happybase/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-happybase==0.22.0
google-cloud-core==0.23.0
google-cloud-happybase==0.23.0
google-cloud-core==0.23.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-datastore==0.22.1
google-cloud-datastore==0.23.0
8 changes: 4 additions & 4 deletions codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.12
gunicorn==19.6.0
google-cloud-vision==0.22.0
google-cloud-storage==0.22.0
google-cloud-datastore==0.22.1
gunicorn==19.7.0
google-cloud-vision==0.23.3
google-cloud-storage==0.23.1
google-cloud-datastore==0.23.0
4 changes: 2 additions & 2 deletions container_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.10.5
Django==1.10.6
mysqlclient==1.3.10
wheel==0.29.0
gunicorn==19.6.0
gunicorn==19.7.0
2 changes: 1 addition & 1 deletion dataproc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-api-python-client==1.6.2
google-cloud==0.22.0
google-cloud==0.23.0
2 changes: 1 addition & 1 deletion datastore/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-datastore==0.22.1
google-cloud-datastore==0.23.0
2 changes: 1 addition & 1 deletion dns/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-dns==0.22.0
google-cloud-dns==0.23.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.1.0
grpcio==1.1.3
google-auth==0.8.0
2 changes: 1 addition & 1 deletion endpoints/getting-started/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==0.12
flask-cors==3.0.2
gunicorn==19.6.0
gunicorn==19.7.0
six==1.10.0
pyyaml==3.12
requests==2.13.0
2 changes: 1 addition & 1 deletion error_reporting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-error-reporting==0.22.0
google-cloud-error-reporting==0.23.0
2 changes: 1 addition & 1 deletion language/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-language==0.23
google-cloud-language==0.23.1
2 changes: 1 addition & 1 deletion language/sentiment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-language==0.22.2
google-cloud-language==0.23.1
2 changes: 1 addition & 1 deletion logging/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-logging==0.22.0
google-cloud-logging==0.23.1
2 changes: 1 addition & 1 deletion ml_engine/online_prediction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow==1.0.0
tensorflow==1.0.1
2 changes: 1 addition & 1 deletion monitoring/api/v3/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-monitoring==0.22.0
google-cloud-monitoring==0.23.0
2 changes: 1 addition & 1 deletion pubsub/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-pubsub==0.22.0
google-cloud-pubsub==0.23.0
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.23.0
google-cloud-spanner==0.23.1
4 changes: 2 additions & 2 deletions speech/grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.1.0
grpcio==1.1.3
PyAudio==0.2.10
proto-google-cloud-speech-v1beta1==0.15.1
proto-google-cloud-speech-v1beta1==0.15.3
six==1.10.0
requests==2.13.0
google-auth==0.8.0
2 changes: 1 addition & 1 deletion storage/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-storage==0.22.0
google-cloud-storage==0.23.1
4 changes: 2 additions & 2 deletions testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest==3.0.6
pytest-capturelog==0.7
pyyaml==3.12
responses==0.5.1
WebTest==2.0.25
WebTest==2.0.26
webapp2==2.5.2
google-api-python-client==1.6.2
google-cloud-core==0.23.0
google-cloud-core==0.23.1
2 changes: 1 addition & 1 deletion vision/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-vision==0.23.2
google-cloud-vision==0.23.3

0 comments on commit f85831b

Please sign in to comment.