From e6776c8bd661b1b7e762fd6a185428cda9f44287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:51:43 +0000 Subject: [PATCH 1/2] Bump google-api-python-client from 2.137.0 to 2.138.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.137.0 to 2.138.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.137.0...v2.138.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 63a7ea9..84a272a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.137.0", + "google-api-python-client==2.138.0", "google-auth==2.32.0", "google-auth-oauthlib==1.2.1", "numpy==2.0.0", From ebdef55ef6d7fdc3e172322a48f369c7bf803de9 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 27 Jul 2024 06:26:19 +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 3647860..af872f4 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.137.0 +- google-api-python-client =2.138.0 - google-auth =2.32.0 - google-auth-oauthlib =1.2.1 - numpy =2.0.0