From 588e29d3dacb5c9cc8ce23e0b585c18027468e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:20:39 +0000 Subject: [PATCH] chore(deps): bump google-auth-oauthlib from 1.0.0 to 1.2.1 Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 1.0.0 to 1.2.1. - [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.1) --- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de9e6f1..42732af 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.1 # via tensorboard google-pasta==0.2.0 # via tensorflow