From d9bb8bd9a81c95ddb0e5d528fadde3b04320e16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:17:55 +0000 Subject: [PATCH] Bump google-api-python-client from 2.93.0 to 2.103.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.93.0 to 2.103.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/v2.93.0...v2.103.0) --- updated-dependencies: - dependency-name: google-api-python-client 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..b33f6cb 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.93.0", + "google-api-python-client==2.103.0", "google-auth==2.22.0", "google-auth-oauthlib==1.0.0", "numpy==1.25.1",