From 534c8387e0aae365fae44c33e6eae2481239fe30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:31:36 +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.140.0...v2.141.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 dbc00fd..17384a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # google sheets api -google-api-python-client~=2.140.0 +google-api-python-client~=2.141.0 google-auth-httplib2~=0.2.0 google-auth-oauthlib~=1.2.1