From 83e5205a7ae0e7afe56b116ad30ae0394bab5bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:24:18 +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) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.122.0...v2.123.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 072b7d2..04ef796 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # google sheets api -google-api-python-client~=2.122.0 +google-api-python-client~=2.123.0 google-auth-httplib2~=0.2.0 google-auth-oauthlib~=1.2.0