From fd8a8a78ffdfdfcef4f6096ce19f48851408f389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:42:39 +0000 Subject: [PATCH 1/2] Bump google-api-python-client from 2.140.0 to 2.141.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.140.0 to 2.141.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.140.0...v2.141.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 fbfdfda..1e0b935 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.140.0", + "google-api-python-client==2.141.0", "google-auth==2.33.0", "google-auth-oauthlib==1.2.1", "numpy==2.0.1", From 4d8730dda0dd794f88a26c424a3817ca1b7a0442 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 15 Aug 2024 20:32:36 +0200 Subject: [PATCH 2/2] 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 4211b24..684bb3e 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.140.0 +- google-api-python-client =2.141.0 - google-auth =2.33.0 - google-auth-oauthlib =1.2.1 - numpy =2.0.1