From 59143977b4eba44b3faa9c4dff5374c5d4ad62b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:58:57 +0000 Subject: [PATCH] Bump google-api-python-client from 2.111.0 to 2.112.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.111.0 to 2.112.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.111.0...v2.112.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 bc37de9..2ed32f6 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.111.0", + "google-api-python-client==2.112.0", "google-auth==2.26.0", "google-auth-oauthlib==1.2.0", "numpy==1.26.3",