diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 4211b24..684bb3e 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.140.0 +- google-api-python-client =2.141.0 - google-auth =2.33.0 - google-auth-oauthlib =1.2.1 - numpy =2.0.1 diff --git a/setup.py b/setup.py index 5eb3c2a..97bb0b9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.140.0", + "google-api-python-client==2.141.0", "google-auth==2.33.0", "google-auth-oauthlib==1.2.1", "numpy==2.0.1",