diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 9b6fcd5..ef9ac08 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.141.0 +- google-api-python-client =2.142.0 - google-auth =2.34.0 - google-auth-oauthlib =1.2.1 - numpy =2.1.0 diff --git a/setup.py b/setup.py index 42bdf88..58af6b3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.141.0", + "google-api-python-client==2.142.0", "google-auth==2.34.0", "google-auth-oauthlib==1.2.1", "numpy==2.1.0",