From f3474aa1289fe48f146e1750bb7ea898a611c716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:45:14 -0400 Subject: [PATCH] build(deps): Bump google-auth from 2.34.0 to 2.35.0 (#57) Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.34.0 to 2.35.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.34.0...v2.35.0) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b197072..7d1d0e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ ansible == 9.6.0 ansible-lint == 24.9.2 molecule[ansible] == 5.1.0 apache-libcloud == 3.8.0 -google-auth == 2.34.0 +google-auth == 2.35.0 molecule-plugins[gce]