From b10a920ccef8e81537f238ffe87eb96ee446ddce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:59:22 +0000 Subject: [PATCH 1/2] Bump google-auth from 2.32.0 to 2.33.0 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.32.0 to 2.33.0. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.32.0...v2.33.0) --- updated-dependencies: - dependency-name: google-auth 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..67e9a8c 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ }, install_requires=[ "google-api-python-client==2.139.0", - "google-auth==2.32.0", + "google-auth==2.33.0", "google-auth-oauthlib==1.2.1", "numpy==2.0.1", "tqdm==4.66.5", From 5224057b4d7d802b316f45be270b783d321eb742 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 7 Aug 2024 21:36:16 +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..4a6941b 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - coverage - google-api-python-client =2.139.0 -- google-auth =2.32.0 +- google-auth =2.33.0 - google-auth-oauthlib =1.2.1 - numpy =2.0.1 - pandas =2.2.2