Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency pytest to v5.4.3 [(#4279)](GoogleCloud…
Browse files Browse the repository at this point in the history
…Platform/python-docs-samples#4279)

* chore(deps): update dependency pytest to v5.4.3

* specify pytest for python 2 in appengine

Co-authored-by: Leah Cole <[email protected]>
  • Loading branch information
renovate-bot and leahecole authored Jul 12, 2020
1 parent 5f1468f commit 0bd8fcb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/crop_hints/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==5.3.2
pytest==5.4.3
2 changes: 1 addition & 1 deletion samples/snippets/detect/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backoff==1.10.0
pytest==5.3.2
pytest==5.4.3
flaky==3.6.1
2 changes: 1 addition & 1 deletion samples/snippets/document_text/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==5.3.2
pytest==5.4.3
2 changes: 1 addition & 1 deletion samples/snippets/face_detection/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==5.3.2
pytest==5.4.3
2 changes: 1 addition & 1 deletion samples/snippets/product_search/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==5.3.2
pytest==5.4.3
flaky==3.6.1
2 changes: 1 addition & 1 deletion samples/snippets/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==5.3.2
pytest==5.4.3
2 changes: 1 addition & 1 deletion samples/snippets/web/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flaky==3.6.1
pytest==5.3.2
pytest==5.4.3

0 comments on commit 0bd8fcb

Please sign in to comment.