From ac1dd8b1f1de8494fc7a64e88c605bcb2da3f94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:59:16 +0000 Subject: [PATCH 1/2] Bump google-api-python-client from 2.139.0 to 2.140.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.139.0 to 2.140.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.139.0...v2.140.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 0c3226a..8e13b77 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.139.0", + "google-api-python-client==2.140.0", "google-auth==2.32.0", "google-auth-oauthlib==1.2.1", "numpy==2.0.1", From 2b087b9d66b812899a607e921dff5355fb1b41f7 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 7 Aug 2024 21:39:00 +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 2196e92..8a2cb02 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.139.0 +- google-api-python-client =2.140.0 - google-auth =2.32.0 - google-auth-oauthlib =1.2.1 - numpy =2.0.1