From 5c863b2eb385c38e7d48397944a6ec5007e544b5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 13 Jul 2020 07:10:34 +0200 Subject: [PATCH] chore(deps): update dependency mock to v4 [(#4287)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4287) * chore(deps): update dependency mock to v4 * specify mock version for appengine python 2 Co-authored-by: Leah Cole --- speech/microphone/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/microphone/requirements-test.txt b/speech/microphone/requirements-test.txt index 1a71e3e3296a..676ff949e8ae 100644 --- a/speech/microphone/requirements-test.txt +++ b/speech/microphone/requirements-test.txt @@ -1,2 +1,2 @@ pytest==5.4.3 -mock==3.0.5 +mock==4.0.2