From 8140287dcbe37a331d73026d1abc6f62067ed8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:36:26 +0000 Subject: [PATCH] Bump google-auth from 2.22.0 to 2.23.3 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.22.0 to 2.23.3. - [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.22.0...v2.23.3) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91210f0..aa3d898 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ }, install_requires=[ "google-api-python-client==2.93.0", - "google-auth==2.22.0", + "google-auth==2.23.3", "google-auth-oauthlib==1.0.0", "numpy==1.25.1", "tqdm==4.65.0",