Skip to content

Commit 92d6468

Browse files
dpebotJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Auto-update dependencies. (#1094)
* Auto-update dependencies. * Relax assertions in the ocr_nl sample Change-Id: I6d37e5846a8d6dd52429cb30d501f448c52cbba1 * Drop unused logging apiary samples Change-Id: I545718283773cb729a5e0def8a76ebfa40829d51
1 parent 714f508 commit 92d6468

File tree

34 files changed

+29
-228
lines changed

34 files changed

+29
-228
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==0.12.2
2-
sendgrid==5.0.0
2+
sendgrid==5.0.1
33
gunicorn==19.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sendgrid==5.0.0
1+
sendgrid==5.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
22
google-auth-httplib2==0.0.2
33
google-auth==1.0.2

bigquery/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

bigtable/hello/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigtable==0.27.0
2-
google-cloud-core==0.27.0
2+
google-cloud-core==0.27.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-happybase==0.26.0
22
google-cloud-bigtable==0.27.0
3-
google-cloud-core==0.27.0
3+
google-cloud-core==0.27.1

compute/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

compute/auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.18.4
2-
google-api-python-client==1.6.2
2+
google-api-python-client==1.6.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
22
google-auth==1.0.2
33
google-auth-httplib2==0.0.2

dataproc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
22
google-cloud==0.27.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
22
google-auth==1.0.2
33
google-auth-httplib2==0.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
22
google-auth-httplib2==0.0.2
33
google-auth==1.0.2
44
google-cloud==0.27.0

kms/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

language/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

language/movie_nl/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
22
requests==2.18.4

language/ocr_nl/main_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def test_text_returns_entities():
6666
etype, ename, salience, wurl = text_analyzer.extract_entity_info(
6767
entities[0])
6868
assert ename == 'holmes'
69-
assert wurl == 'http://en.wikipedia.org/wiki/Sherlock_Holmes'
7069

7170

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

8583

8684
def test_main(tmpdir, capsys):

language/ocr_nl/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

language/tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

logging/api-client/README.rst

Lines changed: 0 additions & 87 deletions
This file was deleted.

logging/api-client/README.rst.in

Lines changed: 0 additions & 18 deletions
This file was deleted.

logging/api-client/list_logs.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

logging/api-client/list_logs_test.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

logging/api-client/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
tensorflow==1.3.0
2-
google-api-python-client==1.6.2
2+
google-api-python-client==1.6.3

monitoring/api/v2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
addopts =
33
-v
44
--no-success-flaky-report
5+
--tb=native
56
norecursedirs = .git env lib .tox .nox

storage/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

testing/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ pyyaml==3.12
1212
responses==0.7.0
1313
WebTest==2.0.28
1414
webapp2==2.5.2
15-
google-api-python-client==1.6.2
16-
google-cloud-core==0.27.0
15+
google-api-python-client==1.6.3
16+
google-cloud-core==0.27.1
1717
gcp-devrel-py-tools==0.0.11

vision/api/label/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.6.2
1+
google-api-python-client==1.6.3

0 commit comments

Comments
 (0)