diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 8c2c263..a2d6257 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - coverage - google-api-python-client =2.112.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 diff --git a/setup.py b/setup.py index 2ed32f6..9e1ad55 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ }, install_requires=[ "google-api-python-client==2.112.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",