From fdb0cbfb1a48dc86c6c23dd8a1487e62c1e1979d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:02:06 +0000 Subject: [PATCH] Bump google-api-python-client from 1.12.8 to 2.75.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 1.12.8 to 2.75.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.75.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..39cdcd0 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.75.0", "google-auth==1.32.1", "google-cloud==0.34.0", "google-cloud-container==2.5.0",