From f57b469b9c280bdb63d175ffd4ac3c48feb86943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:14:48 +0000 Subject: [PATCH] Bump google-api-python-client from 2.39.0 to 2.80.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.39.0 to 2.80.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.39.0...v2.80.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 1b2ce6a..52d0d8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3~=1.21.16 -google_api_python_client==2.39.0 +google_api_python_client==2.80.0 oauth2client==4.1.3 pandas~=1.4.1 python_dateutil==2.8.2 diff --git a/setup.py b/setup.py index 44543b6..ff947cf 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ packages=find_packages(include=["turbo_stream", "turbo_stream.*"]), install_requires=[ "boto3~=1.21.16", - "google_api_python_client==2.39.0", + "google_api_python_client==2.80.0", "oauth2client==4.1.3", "pandas~=1.4.1", "python_dateutil==2.8.2",