From b913854e4e75c8505b26ddddf0469ea7f6965f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 17:29:16 +0000 Subject: [PATCH] chore(deps): bump google-auth-oauthlib from 1.0.0 to 1.2.2 Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 1.0.0 to 1.2.2. - [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.0.0...v1.2.2) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.2.2 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 260d413..900e35d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ google-auth==2.36.0 # via # google-auth-oauthlib # tensorboard -google-auth-oauthlib==1.0.0 +google-auth-oauthlib==1.2.2 # via tensorboard google-pasta==0.2.0 # via tensorflow