From bdda3ca5097ef26d7bb466a6a226dd3f553f0e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 17:45:02 +0000 Subject: [PATCH 1/4] Bump google-api-python-client from 2.127.0 to 2.128.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.127.0 to 2.128.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.127.0...v2.128.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de601f6..6c42bd9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.127.0", + "google-api-python-client==2.128.0", "google-auth==2.29.0", "google-auth-oauthlib==1.2.0", "numpy==1.26.4", From d6b79893f9c47979134fc83116eebefcedb51e29 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 7 May 2024 13:40:34 -0500 Subject: [PATCH 2/4] Update environment.yml --- .ci_support/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 2af2797..fd63fb5 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - coverage -- google-api-python-client =2.127.0 +- google-api-python-client =2.128.0 - google-auth =2.29.0 - google-auth-oauthlib =1.2.0 - numpy =1.26.4 @@ -10,4 +10,4 @@ dependencies: - python - scikit-learn =1.4.2 - sqlalchemy =2.0.30 -- tqdm =4.66.4 \ No newline at end of file +- tqdm =4.66.4 From 400997df3c2afe12add47a0376bf91e83278331f Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 13 May 2024 12:29:01 -0500 Subject: [PATCH 3/4] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index fd63fb5..0d6e502 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - coverage -- google-api-python-client =2.128.0 +- google-api-python-client =2.129.0 - google-auth =2.29.0 - google-auth-oauthlib =1.2.0 - numpy =1.26.4 From 3dd233ad2ead4031fc6f8455a8ed31b1a1e25243 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 13 May 2024 12:29:14 -0500 Subject: [PATCH 4/4] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c42bd9..f80796a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.128.0", + "google-api-python-client==2.129.0", "google-auth==2.29.0", "google-auth-oauthlib==1.2.0", "numpy==1.26.4",