From 100823879d03d1e09dc5232d8b31fc1761693c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:02:33 +0000 Subject: [PATCH] Bump google-api-python-client from 2.39.0 to 2.75.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.39.0 to 2.75.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.75.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..516476f 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.75.0 oauth2client==4.1.3 pandas~=1.4.1 python_dateutil==2.8.2 diff --git a/setup.py b/setup.py index 44543b6..4035707 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.75.0", "oauth2client==4.1.3", "pandas~=1.4.1", "python_dateutil==2.8.2",