From ca35c1eb1fee5b32c61997a54b24d2e0f608747f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:00:45 +0000 Subject: [PATCH] Bump google-api-python-client from 1.12.8 to 2.63.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 1.12.8 to 2.63.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v1.12.8...v2.63.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f30a0a5..ff426ad 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "dill==0.3.4", "docker==5.0.0", "GitPython==3.1.17", - "google-api-python-client==1.12.8", + "google-api-python-client==2.63.0", "google-auth==1.32.1", "google-cloud==0.34.0", "google-cloud-container==2.5.0",