From aeedab96c8bbc310fadc9f99eb59d3becc360cf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 03:46:55 +0000 Subject: [PATCH] chore(deps): update dependency google-auth to v2 --- helpers/preconditions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/preconditions/requirements.txt b/helpers/preconditions/requirements.txt index 192bf08a4..033d6e4a8 100644 --- a/helpers/preconditions/requirements.txt +++ b/helpers/preconditions/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client~=1.7 -google-auth~=1.6 +google-auth~=2.13 requests~=2.22