From af1a962fbdcf0345ac0c126cd5150876a1c33565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:19:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20:=20Bump=20google-api-python-client?= =?UTF-8?q?=20from=202.96.0=20to=202.97.0=20(#56)?= 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.96.0 to 2.97.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.96.0...v2.97.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9a61da..13a9120 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pydantic==2.3.0 pydantic-settings==2.0.3 requests==2.31.0 google-api-core==2.11.1 -google-api-python-client==2.96.0 +google-api-python-client==2.97.0 google-auth==2.22.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==1.0.0 diff --git a/setup.py b/setup.py index 37be5eb..f0a0cce 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "pydantic-settings==2.0.3", "requests==2.31.0", "google-api-core==2.11.1", - "google-api-python-client==2.96.0", + "google-api-python-client==2.97.0", "google-auth==2.22.0", "google-auth-httplib2==0.1.0", "google-auth-oauthlib==1.0.0",