From 1fd34d670fd8ffbe46ab1ae0fe8b68245296480c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 09:06:31 +0000 Subject: [PATCH] Update google-api-python-client requirement Updates the requirements on [google-api-python-client](https://github.com/googleapis/google-api-python-client) to permit the latest version. - [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/v1.6.0...v2.86.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79bfcb9..8aaa9da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ google-cloud-bigquery==2.28.1 google-auth==2.3.3 google-auth-httplib2==0.1.0 google-auth-oauthlib==0.4.6 -google-api-python-client>=1.6.0,<2.0.0 +google-api-python-client>=1.6.0,<3.0.0 google-cloud-core==2.1.0 httplib2==0.20.1