From 439c12e35475aaea7bdce283fac4ec01be925554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:21:10 +0000 Subject: [PATCH] pip: (deps): bump google-auth from 2.28.2 to 2.29.0 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.28.2 to 2.29.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.28.2...v2.29.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 56c4bb7..3b0ec42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ cryptography==42.0.5 docker==7.0.0 filelock==3.13.1 # via ansible-lint -google-auth==2.28.2 +google-auth==2.29.0 # via kubernetes idna==3.6 # via requests