Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Auto-update dependencies. [(#1094)](GoogleCloudPlatform/python-docs-s…
Browse files Browse the repository at this point in the history
…amples#1094)

* 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 busunkim96 committed Sep 29, 2020
1 parent d547d85 commit 00e4c12
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/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 samples/snippets/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 samples/snippets/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 samples/snippets/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 samples/snippets/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 samples/snippets/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

0 comments on commit 00e4c12

Please sign in to comment.