From 0c1174388c9fa647005d066f906c8ccdbd62c383 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 13 Jul 2020 00:46:30 +0200 Subject: [PATCH] chore(deps): update dependency pytest to v5.4.3 [(#4279)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4279) * chore(deps): update dependency pytest to v5.4.3 * specify pytest for python 2 in appengine Co-authored-by: Leah Cole --- samples/shotchange/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/shotchange/requirements-test.txt b/samples/shotchange/requirements-test.txt index 781d4326..79738af5 100644 --- a/samples/shotchange/requirements-test.txt +++ b/samples/shotchange/requirements-test.txt @@ -1 +1 @@ -pytest==5.3.2 +pytest==5.4.3