From c2d876f424d7f426685b4eb2ebc981dcd9a7a884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:13:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20google-auth-oauthlib=20from?= =?UTF-8?q?=201.1.0=20to=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 1.1.0 to 1.2.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a8a15d..38d491c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ google-api-core==2.14.0 google-api-python-client==2.111.0 google-auth==2.23.4 google-auth-httplib2==0.2.0 -google-auth-oauthlib==1.1.0 +google-auth-oauthlib==1.2.0 diff --git a/setup.py b/setup.py index aa24100..a9ea1f1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "google-api-python-client==2.111.0", "google-auth==2.23.4", "google-auth-httplib2==0.2.0", - "google-auth-oauthlib==1.1.0", + "google-auth-oauthlib==1.2.0", "Deprecated==1.2.14" ], python_requires='>=3.10',