From c24f90050774609b811776334baf9813ffe4ac6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:48:25 +0000 Subject: [PATCH] pip stable: update google-api-python-client requirement Updates the requirements on [google-api-python-client](https://github.com/googleapis/google-api-python-client) to permit the latest version. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.151.0...v2.153.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe4c29c..748f1c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # google sheets api -google-api-python-client~=2.151.0 +google-api-python-client~=2.153.0 google-auth-httplib2~=0.2.0 google-auth-oauthlib~=1.2.1