From e4687170bed7b2d8f85bf56a425e621d24a64b7d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Jan 2022 20:08:33 +0000 Subject: [PATCH 1/2] chore(deps): update all dependencies --- samples/snippets/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 04ca8a8..b9236cc 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,7 +1,7 @@ google-cloud-pubsub==2.9.0 google-cloud-containeranalysis==2.6.2 -grafeas==1.4.0 -pytest==5.3.0; python_version > "3.0" -pytest==4.6.6; python_version < "3.0" +grafeas==1.4.1 +pytest==6.2.5; python_version > "3.0" +pytest==6.2.5; python_version < "3.0" flaky==3.7.0 mock==4.0.3 From 17f8d770d4bbff89f09c1a87756031acb7e8a08a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 13 Jan 2022 11:04:30 -0500 Subject: [PATCH 2/2] remove python 2.7 from testing --- samples/snippets/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index b9236cc..02e7c58 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,7 +1,6 @@ google-cloud-pubsub==2.9.0 google-cloud-containeranalysis==2.6.2 grafeas==1.4.1 -pytest==6.2.5; python_version > "3.0" -pytest==6.2.5; python_version < "3.0" +pytest==6.2.5 flaky==3.7.0 mock==4.0.3