From f527d8045a3c1be7761482a2c9d8db18d027dd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:34:08 +0000 Subject: [PATCH] pip stable: bump google-auth from 2.35.0 to 2.36.0 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.35.0 to 2.36.0. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.35.0...v2.36.0) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d077cd0..fffb381 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Google Drive API google-api-python-client==2.147.0 -google-auth==2.35.0 +google-auth==2.36.0 google-auth-httplib2 google-auth-oauthlib