From 01b3b2d3e10060b2819aa90eaa10418c7d02f262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:27:56 +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.121.0...v2.122.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 4830858..072b7d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # google sheets api -google-api-python-client~=2.121.0 +google-api-python-client~=2.122.0 google-auth-httplib2~=0.2.0 google-auth-oauthlib~=1.2.0