From 86f84dee3b78ac1961744bd1b134e0ecef6c2029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:48:56 +0000 Subject: [PATCH] chore(deps): bump google-auth-oauthlib in /drive/activity-v2 Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 0.4.0 to 0.7.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/v0.4.0...v0.7.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- drive/activity-v2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive/activity-v2/requirements.txt b/drive/activity-v2/requirements.txt index b50bc3c8..9cd29534 100644 --- a/drive/activity-v2/requirements.txt +++ b/drive/activity-v2/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.9 google-auth-httplib2==0.0.3 -google-auth-oauthlib==0.4.0 \ No newline at end of file +google-auth-oauthlib==0.7.0 \ No newline at end of file