From 953a9fc132c45143ba84744ad2391bc6725672be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:50:00 +0000 Subject: [PATCH] pip stable: update google-auth-oauthlib requirement Updates the requirements on [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) to permit the latest version. - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib 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 80397f9..9374ba2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # google sheets api google-api-python-client~=2.109.0 google-auth-httplib2~=0.1.1 -google-auth-oauthlib~=1.1.0 +google-auth-oauthlib~=1.2.0 # files platformdirs~=4.1.0