Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/datastore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.11.1
google-cloud-datastore==0.20.1
gunicorn==19.6.0
oauth2client==3.0.0
oauth2client==4.0.0
2 changes: 1 addition & 1 deletion appengine/flexible/kinto/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gunicorn==19.6.0
oauth2client==3.0.0
oauth2client==4.0.0
kinto==4.3.1
2 changes: 1 addition & 1 deletion appengine/flexible/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.11.1
google-cloud-pubsub==0.20.0
gunicorn==19.6.0
oauth2client==3.0.0
oauth2client==4.0.0
2 changes: 1 addition & 1 deletion appengine/standard/bigquery/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion appengine/standard/firebase/firetactoe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask==0.11.1
requests==2.11.1
requests_toolbelt==0.7.0
oauth2client==3.0.0
oauth2client==4.0.0
2 changes: 1 addition & 1 deletion appengine/standard/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion bigquery/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion bigquery/dml/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flake8==3.0.4
google-cloud-bigquery==0.20.0
PyMySQL==0.7.9
six==1.10.0
SQLAlchemy==1.1.1
SQLAlchemy==1.1.2
2 changes: 1 addition & 1 deletion compute/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion compute/auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.11.1
google-api-python-client==1.5.3
google-api-python-client==1.5.4
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.5.3
google-api-python-client==1.5.4
google-cloud==0.20.0
2 changes: 1 addition & 1 deletion language/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion language/movie_nl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
requests==2.11.1
2 changes: 1 addition & 1 deletion language/ocr_nl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion language/sentiment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion language/syntax_triples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion logging/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion monitoring/api/v2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
4 changes: 2 additions & 2 deletions monitoring/api/v3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
httplib2==0.9.2
oauth2client==3.0.0
oauth2client==4.0.0
pyasn1==0.1.9
pyasn1-modules==0.0.8
rsa==3.4.2
Expand Down
2 changes: 1 addition & 1 deletion speech/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion storage/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
2 changes: 1 addition & 1 deletion storage/transfer_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
6 changes: 3 additions & 3 deletions testing/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flask==0.11.1
Flask==0.11.1
fluent-logger==0.4.4
funcsigs==1.0.2
google-api-python-client==1.5.3
google-api-python-client==1.5.4
google-cloud-bigquery==0.20.0
google-cloud-bigtable==0.20.0
google-cloud-core==0.20.0
Expand All @@ -36,7 +36,7 @@ mock==2.0.0
mysql-python==1.2.5; python_version == '2.7'
mysqlclient==1.3.9
numpy==1.11.2
oauth2client==3.0.0
oauth2client==4.0.0
Pillow==3.4.1
pyasn1-modules==0.0.8
pyasn1==0.1.9
Expand All @@ -59,7 +59,7 @@ scipy==0.18.1
sendgrid==3.6.0
simplejson==3.8.2
six==1.10.0
SQLAlchemy==1.1.1
SQLAlchemy==1.1.2
twilio==6.3.dev0
uritemplate==3.0.0
WebTest==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion vision/api/face_detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4
Pillow==3.4.1
2 changes: 1 addition & 1 deletion vision/api/label/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.5.3
google-api-python-client==1.5.4