From db3421a60333497345397d088c1fdbc9bf1e8761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:42:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20google-api-python-client=20f?= =?UTF-8?q?rom=202.111.0=20to=202.117.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.111.0 to 2.117.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.117.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a8a15d..a9bee7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pydantic==2.5.1 pydantic-settings==2.1.0 requests==2.31.0 google-api-core==2.14.0 -google-api-python-client==2.111.0 +google-api-python-client==2.117.0 google-auth==2.23.4 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.1.0 diff --git a/setup.py b/setup.py index aa24100..1f057ec 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "pydantic-settings==2.1.0", "requests==2.31.0", "google-api-core==2.14.0", - "google-api-python-client==2.111.0", + "google-api-python-client==2.117.0", "google-auth==2.23.4", "google-auth-httplib2==0.2.0", "google-auth-oauthlib==1.1.0",