Skip to content

Commit

Permalink
Auto-update dependencies. (#1094)
Browse files Browse the repository at this point in the history
* Auto-update dependencies.

* Relax assertions in the ocr_nl sample

Change-Id: I6d37e5846a8d6dd52429cb30d501f448c52cbba1

* Drop unused logging apiary samples

Change-Id: I545718283773cb729a5e0def8a76ebfa40829d51
  • Loading branch information
dpebot authored and Jon Wayne Parrott committed Aug 30, 2017
1 parent 714f508 commit 92d6468
Show file tree
Hide file tree
Showing 34 changed files with 29 additions and 228 deletions.
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.2
sendgrid==5.0.0
sendgrid==5.0.1
gunicorn==19.7.1
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.6.2
google-api-python-client==1.6.3
2 changes: 1 addition & 1 deletion appengine/standard/sendgrid/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sendgrid==5.0.0
sendgrid==5.0.1
2 changes: 1 addition & 1 deletion appengine/standard/storage/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.6.2
google-api-python-client==1.6.3
2 changes: 1 addition & 1 deletion auth/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.6.2
google-api-python-client==1.6.3
google-auth-httplib2==0.0.2
google-auth==1.0.2
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.6.2
google-api-python-client==1.6.3
2 changes: 1 addition & 1 deletion bigtable/hello/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==0.27.0
google-cloud-core==0.27.0
google-cloud-core==0.27.1
2 changes: 1 addition & 1 deletion bigtable/hello_happybase/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-happybase==0.26.0
google-cloud-bigtable==0.27.0
google-cloud-core==0.27.0
google-cloud-core==0.27.1
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.6.2
google-api-python-client==1.6.3
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.18.4
google-api-python-client==1.6.2
google-api-python-client==1.6.3
2 changes: 1 addition & 1 deletion container_engine/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.6.2
google-api-python-client==1.6.3
google-auth==1.0.2
google-auth-httplib2==0.0.2
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-api-python-client==1.6.3
google-cloud==0.27.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.6.2
google-api-python-client==1.6.3
google-auth==1.0.2
google-auth-httplib2==0.0.2
2 changes: 1 addition & 1 deletion iot/api-client/manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==1.6.2
google-api-python-client==1.6.3
google-auth-httplib2==0.0.2
google-auth==1.0.2
google-cloud==0.27.0
2 changes: 1 addition & 1 deletion kms/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.6.2
google-api-python-client==1.6.3
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.6.2
google-api-python-client==1.6.3
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.6.2
google-api-python-client==1.6.3
requests==2.18.4
2 changes: 0 additions & 2 deletions language/ocr_nl/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def test_text_returns_entities():
etype, ename, salience, wurl = text_analyzer.extract_entity_info(
entities[0])
assert ename == 'holmes'
assert wurl == 'http://en.wikipedia.org/wiki/Sherlock_Holmes'


def test_entities_list():
Expand All @@ -80,7 +79,6 @@ def test_entities_list():
etype, ename, salience, wurl = text_analyzer.extract_entity_info(
entities[0])
assert ename == 'bennet'
assert wurl == 'http://en.wikipedia.org/wiki/Mr_Bennet'


def test_main(tmpdir, capsys):
Expand Down
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.6.2
google-api-python-client==1.6.3
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.6.2
google-api-python-client==1.6.3
2 changes: 1 addition & 1 deletion language/tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.6.2
google-api-python-client==1.6.3
87 changes: 0 additions & 87 deletions logging/api-client/README.rst

This file was deleted.

18 changes: 0 additions & 18 deletions logging/api-client/README.rst.in

This file was deleted.

67 changes: 0 additions & 67 deletions logging/api-client/list_logs.py

This file was deleted.

25 changes: 0 additions & 25 deletions logging/api-client/list_logs_test.py

This file was deleted.

1 change: 0 additions & 1 deletion logging/api-client/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion ml_engine/online_prediction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tensorflow==1.3.0
google-api-python-client==1.6.2
google-api-python-client==1.6.3
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.6.2
google-api-python-client==1.6.3
2 changes: 1 addition & 1 deletion monitoring/api/v3/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==1.6.2
google-api-python-client==1.6.3
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
addopts =
-v
--no-success-flaky-report
--tb=native
norecursedirs = .git env lib .tox .nox
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.6.2
google-api-python-client==1.6.3
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.6.2
google-api-python-client==1.6.3
4 changes: 2 additions & 2 deletions testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ pyyaml==3.12
responses==0.7.0
WebTest==2.0.28
webapp2==2.5.2
google-api-python-client==1.6.2
google-cloud-core==0.27.0
google-api-python-client==1.6.3
google-cloud-core==0.27.1
gcp-devrel-py-tools==0.0.11
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.6.2
google-api-python-client==1.6.3

0 comments on commit 92d6468

Please sign in to comment.