From 8300e10850d11ab40bcf4d2130da3f341de730b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:58:48 +0000 Subject: [PATCH 1/2] Bump google-auth from 2.26.0 to 2.26.1 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.26.0 to 2.26.1. - [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.26.0...v2.26.1) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc37de9..55184b8 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ }, install_requires=[ "google-api-python-client==2.111.0", - "google-auth==2.26.0", + "google-auth==2.26.1", "google-auth-oauthlib==1.2.0", "numpy==1.26.3", "tqdm==4.66.1", From d5e793cea14b8a70d57ff81d13439b766ff941f9 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 4 Jan 2024 20:00:52 +0100 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 ae58513..b212962 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - coverage - google-api-python-client =2.111.0 -- google-auth =2.26.0 +- google-auth =2.26.1 - google-auth-oauthlib =1.2.0 - numpy =1.26.3 - pandas =2.1.4