From 0de40e4a4f7e68b661d4773e814fb02a4102cbef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 21:16:33 +0000 Subject: [PATCH] chore(deps): update dependency google-api-python-client 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 be0bfb8b..b466c0f5 100644 --- a/helpers/preconditions/requirements.txt +++ b/helpers/preconditions/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client~=1.7 +google-api-python-client~=2.127 google-auth~=2.29 requests~=2.22